.sponsorship_content {
    padding: 0 0 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 {
    text-align: center;
}

.sponsorship .hero_one_word_content {
    padding: 35px 40px 45px 40px;
}

.sponsorship .hero_one_word_content h1 {
    font-size: 45px;
}

.sponsorship .hero_one_word_content p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0px;
}

.global_box_winning_losing {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0px;
    flex-wrap: wrap;
}

.global_box_winning_losing div {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.win {
    border: 2px solid #249B57;
    width: 49%;
}

.loose {
    border: 2px solid #D70E09;
    width: 49%;
}

.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;
    font-weight: 700;
}

.loose h3 {
    color: #D70E09;
    font-size: 30px;
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0px auto 20px auto;
    font-weight: 700;
}

.global_box_winning_losing p {
    margin: 0px;
    font-size: 18px;
}

.global_box_winning_losing .default {
    border-radius: 20px;
    border: 2px solid #02388F;
    padding: 30px 30px 40px 30px;
    width: 49%;
    margin-bottom: 15px;
}

.global_box_winning_losing .default h3 {
    color: #02388F;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.sponsorship_section_last_content {
    border-radius: 20px;
    background: #020C47;
    padding: 40px 100px;
    text-align: center;
}

.sponsorship_section_last_content h2 {
    color: #FFF;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 76px;
}

.sponsorship_section_last_content p {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 76px;
    margin-bottom: 50px;
}

.sponsorship_section_last_content div {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
}

.sponsorship_section_last_content div a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border-radius: 5px;
    background: #D70E09;
    padding: 5px 0px;
}

.sponsorship_section_last {
    padding: 40px 0px;
    background-color: #f1f1f1;
}

.sponsorship_section_our_players.our-players {
    background: #02388F;
}

.sponsorship_section_our_players.our-players h2 {
    color: #FFF;
    word-break: break-all;
}

.mobile_sponsorship_component {
    display: none;
}

.mobile_sponsorship_component h2 {
    color: #039;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
}

.mobile_sponsorship_component a {
    border-radius: 20px;
    background: #039;
    width: 100%;
    display: flex;
    line-height: normal;
    justify-content: center;
    padding: 28px 0px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.sponsorship_content_wrapper h2,
.sponsorship_content_wrapper h3,
.sponsorship_content_wrapper p {
    text-align: center;
}

@media screen and (max-width: 1240px) {
    .win,
    .loose,
    .global_box_winning_losing .default {
        width: 48%;
    }
}

@media screen and (max-width: 991px) {
    .sponsorship_ul {
        justify-content: left;
    }

    .sponsorship_button_style.red_btn_style {
        width: 100%;
    }

    .global_box_winning_losing {
        flex-wrap: wrap;
    }

    .global_box_winning_losing .default {
        width: 48%
    }

    .hero_one_word h1 {
        font-size: 40px;
        line-height: 76px;
    }

    .sponsorship_section_last_content h2 {
        font-size: 36px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .sponsorship_section_last_content p {
        color: #FFF;
        font-size: 20px;
        font-weight: 500;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .sponsorship .hero_one_word_content p {
        font-size: 20px;
    }

}

@media screen and (max-width: 768px) {
    .global_box_winning_losing {
        flex-wrap: wrap;
    }
    .sponsorship .hero_one_word_content h1 {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 20px;
    }
    .global_box_winning_losing .default {
        width: 48%
    }

    .sponsorship_section_last_content {
        border-radius: 20px;
        background: #020C47;
        padding: 39px 48px;
        text-align: center;
    }

    .sponsorship_section_last_content h2 {
        font-size: 29px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .win,
    .loose,
    .global_box_winning_losing .default {
        width: 100%;
    }

    .sponsorship_button_style.red_btn_style {
        display: none;
    }

    .mobile_sponsorship_component {
        display: block;
        border-radius: 20px;
        background: #FFF;
        text-align: center;
        padding: 20px 10px 10px 10px;
    }

    .sponsorship h3,
    .sponsorship h2 {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {


    .sponsorship_section_last_content {
        border-radius: 20px;
        border: 3px solid #D70E09;
        background: #FFF;
    }

    .sponsorship_section_last_content h2 {
        color: #039;
        font-size: 30px;
        font-weight: 700;
    }

    .sponsorship_section_last_content p {
        color: #039;
        font-size: 20px;
        font-weight: 500;
    }

    .sponsorship_section_last_content div a {
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        border-radius: 5px;
        background: #D70E09;
        padding: 20px 0px;
    }

    .global_box_winning_losing .default {
        padding: 30px;
    }

    .global_box_winning_losing .default h3 {
        font-size: 26px;
    }

    .sponsorship .hero_one_word_content {
        margin-top: 30px;
    }

    .sponsorship .hero_one_word_content p {
        font-size: 18px;
    }
}
