.form-booking__select {
    border: 1px solid #A1C7E6;
    border-radius: 4px;
    padding: 15px;
}

.about-tour__text {
    color: #000000 !important;
}

.our-cars__text {
    font-size: 16px !important;
}

.cards-tours__card .card_title {
    font-size: 18px !important;
}

/* transfer */
.table-container {
    max-width: 100%;
    overflow-x: auto;
    margin-top: 80px;
}
.table {
    width: 100%;
    border-collapse: collapse;
}
.table-header {
    background-color: #f4f4f4;
    font-weight: bold;
}
.table-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}
.table-cell {
    flex: 1;
    padding: 10px;
    text-align: center;
}
.direction {
    flex-basis: 100%;
    font-weight: bold;
    color: #00006d;
    text-align: left;
}
.transfer-contacts {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
}
@media (min-width: 993px) {
    .direction {
        flex-basis: 20%;
        text-align: left;
    }
    .table-cell:not(.direction) {
        flex-basis: 13.33%;
    }
}
@media (max-width: 992px) {
    .table-header {
        display: none;
    }
    .table-row {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .table-cell {
        text-align: left;
    }
    .table-cell:not(.direction)::before {
        content: attr(data-label);
        font-weight: bold;
        display: inline-block;
        width: 50%;
    }
}
