.about-brand .inside-block h3{
    font-size: 32px;
}
.testimonial-txt p{
    margin-bottom: 1.5rem;
}
.brand-txt p:nth-child(2n){
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .about-brand {
        background: linear-gradient(180deg, #fff 46%, #f8f4f3 0);
    }
}
