.main_head h1{
    font-size: 47px;
    font-weight: 700;
    color: black;

}
.services_border{
    border-top: 8px solid #f3bc50;
    width: 45%;
    margin-bottom: 35px;
    margin-top: 25px;
}
.content_text p{
    font-size: 15px;
    color: #a09e9e;
}
.content_text li{
    font-size: 15px;
    color: #a09e9e;
}


.brand_stratagy {
    background-color: #f1f1f1;
    padding: 15px 20px 20px 50px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.brand_stratagy h3{
    font-weight: 700;
    color: black;
    font-size: 26px;
    margin-bottom: 20px;
}
.brand_stratagy p{
    font-size: 22px;
    font-weight: 500;
    color: #171717;
    line-height: 18px;
}
.services_main_container{
    margin-top: 30px;
}

.our-partners h2{
    font-size: 40px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
}
    /* .our-partners p{
        font-size: 17px;
        margin-top: 5px;
    } */
.our-partners a{
    color: #f3bc50;
}
.our-partners svg {
    width: 125px;
}
.logo-line-height{
    height: 40px;
    width: 140px;
    background: #ffff00;
    margin: auto;
    position: absolute;
    left: 115px;
    z-index: -1;
    top: 20px;
}
.our-partners {
    margin-bottom: 80px;
}

@media screen and (max-width: 700px) and (min-width: 319px) {
    .main_head h1 {
        font-size: 25px;
    }
    .brand_stratagy p {
        font-size: 15px;
    }
    .brand_stratagy h3 {
        font-size: 16px;
    }
    
    }
    .certification_sub p{
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 0px;
        color: black;
       
        
    }
    .partners_txt{
        color: #f3bc50;
    }
    .certifications_main{
        /* margin-top: 50px;
        margin-bottom: 50px; */
    }
    .yellow_border{
        border-bottom: 3px solid #f3bc50;
        padding-top: 36px;
    }