.stay-with-us {
    color: #000;
    display: flex;
    flex-flow: column nowrap;
    gap: 74px;
    padding: 104px 0 72px;
    position: relative
}

.stay-with-us--heading {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    max-width: 868px
}

.stay-with-us--title {
    font-family: 'Noto Serif JP', serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -5px;
    line-height: 100%;
    margin: 0
}

.stay-with-us--text {
    font-size: 18px;
    line-height: 150%
}

.stay-with-us--items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr)
}

.stay-with-us--item {
    overflow: hidden;
    position: relative
}

.stay-with-us--item:before {
    background-color: rgba(0, 0, 0, .32);
    content: "";
    display: block;
    padding-top: 77.0898%;
    width: 100%
}

.stay-with-us--item img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.stay-with-us--name {
    align-items: center;
    bottom: 24px;
    color: #fff;
    display: flex;
    font-family: 'Noto Serif JP', serif;
    font-size: 86px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    left: 24px;
    letter-spacing: -5px;
    line-height: 100%;
    margin: auto;
    position: absolute;
    right: 24px;
    text-align: center;
    top: 24px;
    z-index: 2
}

.stay-with-us--buttons {
    bottom: 16%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3
}

.stay-with-us--buttons .button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-family: Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 17px;
    padding: 15px 23px;
    text-transform: uppercase
}

.stay-with-us--buttons .button:focus,
.stay-with-us--buttons .button:hover {
    background: #8b6e4a;
    border-color: #8b6e4a
}

@media only screen and (max-width:1024px) {
    .stay-with-us {
        gap: 42px;
        padding: 80px 0 94px
    }

    .stay-with-us--heading {
        max-width: 658px
    }

    .stay-with-us--title {
        font-size: 64px;
        line-height: 100%
    }

    .stay-with-us--text {
        font-size: 16px;
        line-height: 160%
    }

    .stay-with-us--items {
        gap: 10px
    }

    .stay-with-us--name {
        font-size: 56px;
        line-height: 100%
    }

    .stay-with-us--buttons {
        bottom: 16.4%
    }

    .stay-with-us--buttons .button {
        padding: 11px 10px
    }
}

@media only screen and (max-width:767px) {
    .stay-with-us {
        gap: 90px;
        padding: 112px 0 128px
    }

    .stay-with-us--heading {
        gap: 40px
    }

    .stay-with-us--title {
        font-size: 52px;
        line-height: 90%
    }

    .stay-with-us--text {
        font-size: 20px;
        line-height: 150%
    }

    .stay-with-us--items {
        gap: 16px;
        grid-template-columns: 1fr
    }

    .stay-with-us--item:before {
        padding-top: 112.565%
    }

    .stay-with-us--name {
        font-size: 52px;
        line-height: 100%
    }

    .stay-with-us--buttons {
        bottom: 7.4%
    }

    .stay-with-us--buttons .button {
        padding: 11px 23px
    }
}