.basicHero__imageContainer {
    min-height: 30rem;
    height: 35rem;
}
.MlzJc {
    display: block;
    color: #fff;
    font-weight: 500;
    margin-left: 0.75rem;
    margin-top: 15px;
}
.YrOsx {
    display: inline;
}
.YrOsx:not(:last-child)::after {
    content: "•";
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
}
.container {
    display: flex;
    gap: 60px;
    padding: 0 20px;
}
.tabs {
    flex: 1;
    background: #e3e7ec;
    border-radius: 10px;
    padding: 20px;
}
.tabs h2 {
    margin-bottom: 20px;
}
.tab-button {
    background: #fff;
    border: none;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-width: 500;
    font-family: "Proxima Nova Regular";
}
.tab-button.active {
    background: #021d49;
    color: #fff;
    font-family: "Proxima Nova SemiBold";
}
.content {
    flex: 3;
}
.tab-content {
    display: none;
    font-family: "Proxima Nova Regular";
}
.tab-content.active {
    display: block;
}
.text-section {
    font-family: "Proxima Nova SemiBold";
}
.text-section h3 {
    font-size: min(max(8.19vw, 84px), 6pc);
    line-height: 1;
    font-family: Kapra-Optimized, Impact, Arial Narrow, Arial, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.text-section p {
    font-size: 17px;
    line-height: 1.5rem;
    color: #315788;
    font-family: "Proxima Nova Regular";
    padding: 15px 0;
}
.text-section .dep-date,
.text-section .dep-time {
    display: block;
    font-size: 16px;
    color: #315788;
    text-transform: none;
    font-family: "Proxima Nova Regular";
}
.main-image {
    margin: 30px 0 30px 0;
}
.main-image img {
    width: 100%;
    border-radius: 10px;
}
.round-box {
    align-items: center;
    display: flex;
    gap: 20px;
    flex: 1 1;
}
.box-counter {
    align-items: center;
    border: 2px solid #010c1d;
    border-radius: 50%;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 20px;
    width: 44px;
}
@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }
}
