@media (max-width:480px){



.feature{
text-align: left !important;
}



.about-section::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    z-index: 0;
    background:transparent !important;
    border-radius:50%;
    bottom:-120px;
    left:-80px;
}


.about-feature{
    display:flex;
    align-items:center;
    gap:15px;
    text-align: left !important;
    background:#fff;
    border-radius:16px;
    padding:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
    transition:.35s;
    height:100%;
}

.services-strip::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:transparent;
    bottom:-160px;
    left:-120px;
}



.info-section img{

width: 100% !important;

}


.info-section::after{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:transparent;
    left:-120px;
    bottom:-120px;
}

.sponsor-section::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: transparent;
    border-radius: 50%;
    left: -120px;
    bottom: -120px;
}

.dates-rules-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: transparent;
    border-radius: 50%;
    top: -180px;
    left: -180px;
}
.dates-rules-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: transparent;
    border-radius: 50%;
    right: -120px;
    bottom: -120px;
}


}