  .feature-image
 {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px 
 color-mix(in srgb, var(--default-color), transparent 92%);
 margin-bottom: 20px;
}
.winner-avator{
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 20px 
 color-mix(in srgb, var(--default-color), transparent 92%);
 margin-bottom: 15px;
 width: 100px;
 height: 100px;
}
.testimonials .testimonial-content{
    padding: 1.5rem;
}
.testimonials .client-info{
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.special-p{
    font-size: 20px;
}

p{
    font-size: 17px !important;
}

#about{
    padding: 0px !important;
}

#stats{
    padding-top: 60px;
    padding-bottom: 0px !important;
}

@media only screen and (max-width: 767px)
{
.special-p{
    font-size: 18px;
}

p{
    font-size: 15px !important;
}

.section-title{
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
 }

}