﻿.testimonios {
    background-color: lightgray;
    margin-bottom: 20px;
}

.testimonio-container {
    margin-left: 5%;
    margin-right: 5%;
}

.testimonios .slick-dots {
    display: none !important;
}

.testimonios .slick-list {
    text-align: center;
}

.testimonios .home-grid-slider {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0px !important;
}

.testimonios #prescriptor {
    margin-top: 20px;
}

.testimonios p {
    color: #000;
    font-family: "Poppins", Roboto;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6em;
}

.testimonios .bamdik, .testimonios .dandik {
    color: #000;
    background-color: gray;
}

.faqs .faq-row {
    min-height: 120px;
    border-top: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.faqs .faqs-header {
    margin-bottom: 3rem;
}

.faqs h4 {
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}


.faqs p, .faqs span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.faqs span{
    font-weight: 700 !important
}