/***** DESCRIPTION PANEL *****/

#description {
    float: left;
    width: calc(100% - 12px);
    min-height: 63px;
    height: auto;
    border: 1px solid #000;
    padding: 5px;
}

/***** THUMBNAILS *****/

.thumb {
    float: left;
    width: calc(100% - 2px);
    border: 1px solid #000;
    cursor: pointer;
}

/***** THUMBNAIL VARIANTS *****/

.big_thumb {
    width: auto;
    height: 60px;
}

.thumb.disabled {
    opacity: .5;
    cursor: not-allowed;
}

/***** DETAILS LIST *****/

.list_c {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

/***** DETAILS LIST ITEMS *****/

.list_c p {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    background-color: #CCC;
    font-size: 14px;
    line-height: 38px;
}
@media only screen and (min-width: 768px) {
    .service-container img {
        min-height: 510px;
        max-height: 510px;
        object-fit: cover;
    }
}
