.professional_photo {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 200px;
    max-width: 100%;
    height: 255px;
    position: relative;
}

.prof_nr_block {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(64, 126, 125, 0.75);
}

.prof_nr_block:hover {
    background-color: rgba(217, 109, 0, 0.75);
}

.prof_description {
    text-align: justify;
    font-size: 11pt;
    min-height: 160px;
    margin-bottom: 5px;
}

.prof_desc_link_wrapper {
    display: table;
}

.prof_desc_link_wrapper .prof_link {
    display: table-row;
}

.prof_desc_link_wrapper .prof_link div {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
}

.prof_desc_link_wrapper .prof_link div.left_icon {
    vertical-align: top;
}

.prof_link .left_icon img {
    width: 20px;
}

.schedule {
    color: #D96D00;
}

@media screen and (max-width: 768px) {
    .professional_photo {
        margin-bottom: 10px;
    }

    .prof_description {
        height: auto;
        margin-bottom: 15px;
    }
}

/* Icons */
.icon_arrow {
    width: 11px;
    height: 12px;
}

.icon_id {
    width: 20px;
    height: 18px;
}

.icon_calendar {
    width: 20px;
    height: 20px;
}