.sponsorship_content{
    padding: 80px 0;
}
.sponsorship_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sponsorship_ul_2{
    display: flex;
    flex-wrap: wrap;
}
.sponsorship_ul_2 li,
.sponsorship_ul li{
    margin-right: 30px;
}
.sponsorship_ul li:last-child{
    margin-right: 0;
}
.sponsorship .hero_one_word_content{
    padding: 200px 0px 150px 0px;
    text-align: center;
}
.sponsorship .hero_one_word_content p{
    font-size: 40px;
    font-weight: 400;
    line-height: 150%;
    color: white;
    margin-top: 20px;
}
.global_box_winning_losing{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0px;
}
.global_box_winning_losing div{
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 100%;
    min-height: 420px;
}
.win{
    border: 1px solid #249B57;
}
.loose{
    border: 1px solid #D70E09;
}
.sponsorship_button_style.red_btn_style{
    width: 730px;
}
.sponsorship_button_style.red_btn_style a{
    cursor: #fff;
    padding: 7px 50px;
    background-color: #D70E09;
    border-radius: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.global_box_winning_losing h3{
    color: #249B57;
    font-size: 30px;
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0px auto 20px auto;
}
.loose h3{
    color: #D70E09;
    font-size: 30px;
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0px auto 20px auto;
}
.global_box_winning_losing p{
    margin: 0px;
    font-size: 18px;
    
}
@media screen and (max-width: 991px) {
    .sponsorship_ul{
       justify-content: left;
    }
    .sponsorship_button_style.red_btn_style{
        width:100%;
    }
    
}
@media screen and (max-width: 575px){
    .sponsorship_content{
        padding: 60px 0;
    }
}