.section-padding{
    padding: 60px 0!important;
}
.marquee-section-padding{
    padding: 50px 0;
}
.footer-bottom {
    padding: 8px 0;
}
.footer-widgets-wrapper {
    padding: 60px 0 30px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 10px;
}
.breadcrumb-wrapper .page-heading {
    padding: 100px 0 100px;
}
.text-justify{
    text-align: justify!important;
}
.feature-box-items .content {
    margin-top: 25px;
}
.feature-box-items {
    padding: 30px;
}
.audience-wrapper .audience-right .counter-box-area .content {
    margin-top: 20px;
    max-width: 235px;
}
.audience-wrapper .audience-right .counter-box-area {
    padding: 22px;
    align-items: flex-start;
    gap: 20;
}
.audience-wrapper .audience-right .counter-box-area .content h4{
    margin-bottom: 5px;
}
.case-studies-section-3 .main-button{
    display: inline;
}
.case-studies-section-3.servicespage::before {
    background-color: #fff;
}
.case-studies-card-items .title h3{
    padding-bottom: 7px;
}
.case-studies-section-3.servicespage .case-studies-card-items{
    padding-bottom: 30px;
}




@media (min-width: 320px) and (max-width: 767px){
    .footer-widgets-wrapper {
        padding: 50px 0 0;
    }
    .breadcrumb-wrapper .page-heading {
        padding: 70px 0 70px;
    }
    .footer-bottom .footer-wrapper {
        margin-top: 0;
    }





}