/*==================================================
HOME TESTIMONIALS
==================================================*/

.home-testimonial{
    padding:80px 0;
    background:#fff;
}

.home-testimonial .container{
    width:min(1390px,92%);
    margin:auto;
    text-align:center;
}

.home-testimonial .section-subtitle{
    display:inline-block;
    margin-bottom:12px;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#b18e49;
}

.home-testimonial h2{
    margin:0;
    color:#18306f;
    font-size:46px;
    font-family:"Newsreader",serif;
}

.home-testimonial p{
    max-width:650px;
    margin:20px auto 50px;
    color:#666;
    line-height:1.8;
}

/*==================================================
PLUGIN
==================================================*/

.testimonial-wrapper{
    max-width:1360px;
    margin:auto;
}

.testimonial-wrapper iframe,
.testimonial-wrapper .ti-widget{
    width:100%!important;
}

.testimonial-wrapper *{
    max-width:100%;
}

/*==================================================
OPTIONAL CARD STYLING
==================================================*/

.testimonial-wrapper .ti-widget{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.home-brands {
    padding: 80px 64px;
}
.home-brands .container{
display: flex;
flex-direction: column;
gap: 40px;
align-items: center;
}
.home-brands > .container > .section-subtitle{
    font-size: 14px;
    color: #454650;
}
.brands-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    width: 100%;
}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.home-testimonial{
    padding:70px 0;
}

.home-testimonial h2{
    font-size:36px;
}

}

@media(max-width:768px){

.home-testimonial h2{
    font-size:30px;
}

.home-testimonial p{
    font-size:16px;
    margin-bottom:35px;
}

}