    .s-intro__title {
        font-size: 100px;
    }

    .s-intro__title small {
        font-size: 60px;
    }

    .s-intro__pretitle {
        margin-bottom: 35px;
    }

    .s-intro__desc {
        font-size: 35px;
        margin-top: 35px;
    }

    .lead,
    .attention-getter {
        font-size: 20px;
        line-height: 30px;
    }


    .call-to-action {
        display: flex;
        align-items: center;
        background-size: cover;
        margin: 0;
        width: 100%;
        position: relative;
        margin-top: var(--vspace-3);
    }

    .call-to-action:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #0000008c;
        z-index: 0;
    }


    .white {
        color: white;
    }

    .s-testimonials__slide p {
        font-size: 20px;
        line-height: 30px;
    }

    .s-intro__bg {
        background-image: url(../images/assets/bg.jpg);
    }

    .menublock-buttons {
        display: none;
    }

    @media screen and (max-width: 767px) {
        .menublock-buttons {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            margin: 20px 0;
            width: 100%;
        }

        .s-intro__title {
            font-size: 60px;
        }

        .s-intro__title small {
            font-size: 40px;
        }
    }

    .menublock-item__thumb img {
        width: 100%;
    }

    .s-menublock .section-header {
        margin-bottom: var(--vspace-2);
    }

    .s-about {
        padding-top: var(--vspace-3);
        padding-bottom: 0;
    }

    .s-menublock {
        padding-top: var(--vspace-3);
        padding-bottom: var(--vspace-3);
    }

    hr {
        border: 1px solid rgb(51 153 255);
    }

    .s-testimonials {
        padding-top: var(--vspace-3);
        padding-bottom: var(--vspace-3);
        background-color: var(--color-gray-3);
    }

    .s-footer__social li a {
        font-size: 20px;
        margin-right: 10px;
    }

    .s-footer a:focus,
    .s-footer a:hover {
        color: #3399ff;
    }

    .s-header__booking-no {
        font-size: 18px;
    }