
h1,h3,h3{
    font-weight: bold;
}
p{
    font-size: 20px;
}
@media screen and (min-width: 1521px) {
    .doctor_image{
    width: 33.3333%;
    }
    .certificate_container{

        text-align: start !important;
    }
}
@media screen and (max-width: 1520px) {
    .doctor_item{
    flex-direction: column !important;
    align-items: center;
    }

    .certificate_container{
        text-align: center !important;
    }
    .d_text{
    display: flex;
    align-items: center;
    flex-direction: column;
    }
    h1,h2,h3,p{
    text-align: center !important;
    }

    .doctor_image{
    width: 100% !important;
    display: grid;
    }
    .doctor_bg_image{
    display: flex;
    justify-self: center !important;
    justify-content: center;
    width: 60% !important;
    }

    p{
        text-align: center !important;
    }
}
@media screen and (max-width: 786px){
    h1{
    font-size: 24px !important;
    }
    h2{
    font-size: 22px !important;
    }
}

p ,.time-text{
    font-size: 15px;
}



.slick-prev{
    left: -60px !important;
}

.slick-next{
    right: -60px !important;
}
