@import url('https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200&display=swap');

#dpContainer{
    max-width: 1170px;
    margin:  auto;
    padding: 0 15px;
}

.section-header{
    text-align: center;
    margin-bottom: 50px;
}

.section-header .title{
    font-family: 'koho';
    font-size: 45px;
    font-weight: 600;
    color: #000;
}

.testimonials{
    padding: 100px 0;
}

.testimonials-item{
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 30px;
}

.testimonials-item .info{
    display: flex;
    align-items: center;
}

.testimonials-item img{
    min-width: 100%;
    height: 800px;
}

.testimonials-item .name{
    font-family: 'Koho';
    font-size: 25px;
}

.testimonials-item p{
    font-family: 'Koho';
    font-size: 15px;
    margin-top: 20px;
    color: #1a2d43;
}

.testimonials .swiper-pagination{
    position: relative;
    margin-top: 40px;
    bottom: auto;
}

.rating i{
    color: #EFCB69;
}