/*
 Theme Name:   Rumble Child Theme
 Theme URI:    http://rumble.ancorathemes.com/
 Description:  Rumble Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     rumble
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  rumble
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
.sponsordetails {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    background: #e7dbb8;
    margin: 50px 0;
}
.sponsordetails .sponser_txt {
    width: 60%;
    display: flex;
    flex-direction: column;
}
.sponsordetails .sponser_img {
    width: 35%;
}
.sponsordetails .sponser_img img {
    width: 100%;
}
.sponsordetails .sponser_txt h2 {
    font-size: 32px;
    margin-top: 10px;
    font-weight: 700;
}
.sponsordetails .sponser_txt h5 {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 500;
}
.tckt-slctr-tkt-details-sctn h4{
    margin-top: 10px !important;
}