.section-h-inner {
    position: relative;
    padding: 45px 0 120px;
}

.section-h-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}

.h-inner__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    overflow: hidden;
    z-index: 0;
}

.section-h-inner__container {
    padding: 0 16px;
}

.h-inner__heading {
    text-align: center;
    position: relative;
    z-index: 1;
}

.h-inner__title {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    line-height: 1.4375;
    color: #fff;
    padding-bottom: 0;
}

.h-inner__subtitle {
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    line-height: 1.4375;
    color: #fff;
}

.h-inner__button-wrapper {
    margin-top: 49px;
}

.h-inner__button {
    background-color: #FFFFFF;
    padding: 15px 16px;
    color: #013259;
    border-radius: 9999px;
    display: inline-block;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    line-height: 1;
    transition: opacity 0.3s ease;
    max-width: 307px;
    width: 100%;
}

.h-inner__button:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .section-h-inner {
        padding: 40px 0;
    }

    .h-inner__title, .h-inner__subtitle {
        font-size: 26px;
    }
}