.f-40 {
    font-size: 40px;
}

#dermatologa {
    margin: 85px auto;
    border-top: solid 13px #E1251B;
}

#dermatologa .container-fluid {
    padding: 0;
}

@media screen and (min-width: 992px) {
    #dermatologa {
        margin: 111px auto;
    }
}

.img-dermatologa {
    max-width: 389px;
    height: 389px;
    border: 10px solid #F7F7F7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    margin: auto;
    border-radius: 300px;
    overflow: hidden;
    position: relative;
}

.img-dermatologa img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
}

.specialist-description {
    color: #4A4A4A;
}

@media (max-width: 575.98px) {
    .specialist-name {
        font-size: 25px;
    }

    .specialist-type {
        font-size: 20px !important;
    }

    .specialist-description {
        font-size: 15px !important;
        line-height: 22px;
    }

    .img-dermatologa {
        max-width: 248px;
        height: 248px;
        border: 10px solid #F7F7F7;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
        margin: auto;
        border-radius: 300px;
        overflow: hidden;
        position: relative;
    }
}
