.single-sponsorship-section {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #000000;
    padding: 100px 0;
    overflow: hidden;
    vertical-align: top;
}

.single-sponsorship-section::before {
    background: url(../images/polygon-shap.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 347px;
    width: 320px;
    position: absolute;
    content: '';
    right: -85px;
    transform: translateY(-50%) rotate(18deg);
    top: 470px;
}

.single-sponsorship-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    position: relative;
    object-position: top;
}

.single-sponsorship-title {
    padding-left: 38px;
    position: relative;
}

.single-sponsorship-title .h2 {
    font-family: 'Poppins-Bold';
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 60px;
}

.single-sponsorship-content {
    margin-top: 50px;
    position: relative;
}

.single-sponsorship-content .single-sponsorship-img{
    width: 30%;
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
}

.single-sponsorship-content p {
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    font-family: 'Poppins-Regular';
    padding: 0;
    margin-bottom: 20px;
}


.single-sponsorship-content p a {
    font-family: 'Poppins-Bold';
    color: #FFFFFF;
    text-decoration: underline;
}

.single-sponsorship-content p a:hover {
    text-decoration: underline;
    color: #7C0505;
}

.single-sponsorship-content .btn-native {
    padding: 19px 42px;
    font-family: 'Poppins-Bold';
    border-color: var(--redColor);
    z-index: 1;
    transition: ease 0.4s all;
}
.single-sponsorship-content .btn-native:hover::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--whiteColor);
    display: inline;
    z-index: -1;
    transition: ease 0.4s all;
}
.single-sponsorship-content .btn-native::before,
.single-sponsorship-content .btn-native::after {
    background-color: var(--redColor);
}

.single-sponsorship-content .btn-native:hover {
    border-color: var(--whiteColor);   
}

.single-sponsorship-content .btn-native:hover::before,
.single-sponsorship-content .btn-native:hover::after {
    background-color: var(--whiteColor);
}

@media screen and (max-width:1600px) {
    .single-sponsorship-section::before {
        height: 240px;
        width: 230px;
        top: 380px;
    }
    .single-sponsorship-content p{
        font-size: 18px;
        line-height: 32px;
    }
    .single-sponsorship-title .h2 {
        font-size: 46px;
        line-height: 56px;
    }
}

@media screen and (max-width:1440px) {
    .single-sponsorship-img img {
        height: 320px;
    }
    .single-sponsorship-section {
        padding: 80px 0;
    }
}

@media screen and (max-width:1399px) {
    .single-sponsorship-img img {
        height: 280px;
    }
    .single-sponsorship-content {
        margin-top: 40px;
    }
    .single-sponsorship-content p:nth-child(2) {
        margin: 30px 0;
    }
    .single-sponsorship-title {
        padding-left: 20px;
    }
}

@media screen and (max-width:1199px) {
    .single-sponsorship-img img {
        height: 220px;
    }
    .single-sponsorship-content .btn-native {
        padding: 20px;
        font-size: 20px;
        line-height: 26px;
    }
    .single-sponsorship-section::before {
        height: 200px;
        width: 200px;
        top: 280px;
    }
    .single-sponsorship-title .h2 {
        font-size: 38px;
       line-height: 48px;
    }
}

@media screen and (max-width:991px) {
    .single-sponsorship-title {
        padding: 0 0 0;
    }
    .single-sponsorship-content .single-sponsorship-img {
    width: 45%;
    float: left;
    padding-right: 20px;
    padding-bottom: 15px;
}
    .single-sponsorship-content {
        margin-top: 30px;
    }
    .single-sponsorship-img img {
        height: auto;
    }
    .single-sponsorship-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .single-sponsorship-content {
        margin-top: 20px;
    }
    .single-sponsorship-content p:nth-child(2) {
        margin: 20px 0;
    }
    .single-sponsorship-section {
        padding: 40px 0;
    }
    .single-sponsorship-section::before {
        height: 140px;
        width: 140px;
        top: 400px;
    }
    .single-sponsorship-title .h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (max-width:575px) {
    .single-sponsorship-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .single-sponsorship-section::before{
        display: none;
    }
    .single-sponsorship-title .h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .single-sponsorship-content .single-sponsorship-img {
    width: 100%;
    float: left;
    padding-right: 0px;
    padding-bottom: 15px;
}
}