/* ===== Layout ===== */

/* Немного опустить блок Info */
.services-group:last-child {
    padding-top: 2px;
}

/* ===== Calendar ===== */

/* Увеличить высоту карточки календаря */
.services-group:last-child .service {
    min-height: 410px !important;
    display: flex;
    flex-direction: column;
}

/* Растянуть содержимое карточки */
.services-group:last-child .service > div:last-child {
    flex: 1;
}

/* Добавить немного воздуха сверху и снизу календаря */
.services-group:last-child .calendar {
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Чтобы календарь занимал всю высоту карточки */
.services-group:last-child .calendar > div {
    height: 100%;
}
