.main-banner {

}

/* .main-banner > .container {
    max-width: 1450px;
} */

.main-banner .titleIndex {
    margin-bottom: 24px;
}

.main-banner__inner {
    position: relative;
    display: flex;
    height: 465px;
    border-radius: 8px;
    overflow: hidden;
    background: #102755;
    color: inherit;
    text-decoration: none;
}

.main-banner__inner:hover {
    color: inherit;
    text-decoration: none;
}

.main-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 60px 0 60px;
    color: #fff;
}

.main-banner__title {
    max-width: 520px;
    color: var(--main-banner-title-color, #fff);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.12;
}

.main-banner__subtitle {
    max-width: 580px;
    margin-top: 16px;
    color: var(--main-banner-text-color, #fff);
    font-size: 18px;
    line-height: 1.4;
    line-height: 150%;
}

.main-banner__subtitle > :first-child {
    margin-top: 0;
}

.main-banner__subtitle > :last-child {
    margin-bottom: 0;
}

.main-banner__link {
    min-width: 240px;
    margin-top: 32px;
    padding: 16px 30px;
    border-radius: 5px;
    background: #173f9b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.main-banner__link:hover {
    background: #2455c0;
    color: #fff;
}

.main-banner__picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.main-banner__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .main-banner__inner {
        height: 505px;
    }

    .main-banner__subtitle {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .main-banner__inner {
        height: 426px;
    }

    .main-banner__subtitle {
        max-width: 450px;
    }

    .main-banner__content {
        width: 100%;
        padding: 32px;
    }
}

@media (max-width: 768px) {
    .main-banner__title {
        font-size: 28px;
    }

    .main-banner {
        margin: 24px 0;
    }

    .main-banner__inner {
        height: 426px;
    }

    .main-banner__link {
        margin-top: 20px;
    }

    .main-banner__link {
        min-width: 210px;
    }
}

@media (max-width: 576px) {
    .main-banner__title {
        font-size: 20px;
    }

    .main-banner__subtitle {
        font-size: 14px;
    }
    .main-banner__content {
        padding: 20px;
    }
}

@media (max-width: 375px) {

}
