.trip-date-block {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.trip-date-block .trip-date-first-block {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.trip-date-block .trip-date-second-block {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.trip-date-block .trip-date-second-block .trip-date-reserve-button {
    border: none;
    gap: 10px;
}

@media (max-width:1024px){  
    .trip-date-block .trip-date-first-block {
        width: 70%;
    }

    .trip-date-block .trip-date-second-block {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.trip-dates-outer-block .trip-trip-badge-block {
    margin-bottom: 15px;
    padding: 10px 0;
}

.trip-dates-outer-block .trip-trip-badge-block .trip-badge {
    border-radius: 6px;
    background: #37A27A;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.trip-dates-outer-block .trip-trip-badge-block .trip-badge .trip-discount-badge-text {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    color: #fff;
}

.trip-dates-outer-block .trip-date-block .trip-date-badge{
    background: #37A27A;
    border-radius: 6px;
    padding: 3px 10px 3px 10px;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 700;
}