@font-face {
    font-family: 'Fredoka';
    src: url(../fonts/Fredoka-VariableFont_wdth\,wght.ttf);
}

#dpContainer{
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

/* section-header */

.section-header{
    text-align: left;
    margin-bottom: 50px;
}

.section-header .title{
    font-family: 'Fredoka';
    font-size: 45px;
    font-weight: 600;
    color: #0aafa1;
}

/* testimonials */

.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{
    max-width: 80px;
    border-radius: 50%;
    margin-right: 25px;
    vertical-align: middle;
}

.testimonials-item .name{
    font-family: 'Fredoka';
    font-size: 25px;
}

.testimonials-item p{
    font-family: 'Fredoka';
    font-size: 15px;
    margin-top: 20px;
    color: #1a2d43;
}

.testimonials .swiper-pagination{
    position: relative;
    margin-top: 40px;
    bottom: auto;
}

.rating i{
    color: #0aafa1;
}