/* =======================================================================
WHO
=======================================================================*/
#who{
    padding: 50px 0;
}
#who p {
    color: #384B5A;
}
#who a{
    color: #D12E2E;
    text-decoration: none;
    font-weight: 600;
}


/* =======================================================================
Services
=======================================================================*/
#services{
    background: #F9F9F9;
    padding: 50px 0;
    color: #324758;
}
#services .top{
    margin-bottom: 50px;
}
#services .service{
    display: flex;
    margin-bottom: 50px;
}
#services .icon{
    padding: 0 40px;
}
#services a{
    color: #D12E2E;
    text-decoration: none;
    font-weight: 600;
}
@media(max-width: 500px) {
    #services .icon {
        padding: 20px;
    }
    #services .service {
        flex-direction: column;
    }
}

/* =======================================================================
Testimonials
=======================================================================*/
#testimonials {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}
#testimonials .right {
    width: 50%;
    background: rgba(255, 255, 255, 0.73);
    position: relative;
}
#testimonials .right .top {
    padding: 50px 60px 30px;
}
#testimonials .right .top h2 {
    margin-bottom: 20px;
}
#testimonials .right .top p {
    color: #324758;
    padding-right: 150px;
}
#testimonials .right .test {
    padding: 0 200px;
}
#testimonials .right .test .comment {
    background: #324758;
    padding: 50px 40px;
    position: relative;
    border-radius: 15px;
    color: #fff;
    border-color: #324758;
    display: flex;
    justify-content: center;
    align-items: center;
}
#testimonials .right .test .comment p {
    margin: 0;
}
#testimonials .right .test .comment::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translatex(-50%);
    border-top: 20px solid #fff;
    border-top-color: inherit;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
#testimonials .right .test .name {
    margin: 45px 0;
    text-align: center;
    color: #324758;
    font-weight: 600;
}
#testimonials .right .slider-buttons div {
    position: absolute;
    background: #fff;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #D12E2E;
    top: 50%;
    cursor: pointer;
    opacity: 0.85;
}
#testimonials .right .next {
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#testimonials .right .prev {
    left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media(max-width: 1500px) {
    #testimonials .right .test {
        padding: 0 100px;
    }
    #testimonials .right .top p {
        padding-right: 50px;
    }
}

@media(max-width: 1200px) {
    #testimonials .right .test {
        padding: 0 100px;
    }
    #testimonials .right .top p {
        padding-right: 0;
    }
    #testimonials .right {
        width: 100%;
    }
}

@media(max-width: 500px) {
    #testimonials .right .top {
        padding: 50px 15px 30px;
    }
    #testimonials .right .slider-buttons {
        display: none;
    }
    #testimonials .right .test {
        padding: 0 15px;
    }
}
