.about__booking--infomation .booking__infomation--container {
    background: linear-gradient(0deg, var(--background-color), var(--background-color)), var(--image-booking);
    background-size: cover;
    background-repeat: no-repeat;
}

.about__booking--infomation .booking__infomation--container .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 49px;
    padding-bottom: 40px;
    flex-direction: column;
    max-width: 1372px;
}

.booking__infomation--container .btn-wrapper {
    position: absolute;
    max-width: 376px;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
}

.booking__infomation--container .box-type.box-button:hover,
.booking__infomation--container .btn-wrapper a {
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 100px 17px 45px 32px;
}

.booking__infomation--container .sub_title {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 73px;
}

.booking__infomation--container .title {
    color: #FFFFFF;
    max-width: 660px;
    width: 100%;
    margin: 0;
}

.page-template-page-about-us #site-footer {
    border-top: 0;
}

.about__booking--infomation .button--booking-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.about__booking--infomation .button--booking-wrapper .box-type.box-button {
    height: 100%;
    display: flex;
    align-items: flex-end;
    max-width: 376px;
    background-image: none;
}

.about__booking--infomation .button--booking-wrapper .box-type.box-button .icon {
    position: absolute;
    right: 14px;
    top: 15px;
    pointer-events: none;
    transition: all 300ms;
}

.about__booking--infomation .button--booking-wrapper .box-type.box-button:hover .icon {
    right: 17px;
    top: 20px;
    transition: all 300ms;
}

.about__booking--infomation .button--booking-wrapper .box-type.box-button:hover .icon svg path {
    stroke: #EFB257;
}

.about__booking--infomation .button--booking-wrapper .btn-wrapper {
    height: 100%;
}

.about__booking--infomation .booking__infomation--container {
    width: calc(100% - 376px);
}

@media (min-width: 1440px){
    .booking__infomation--container .title {
        line-height: 60px;
    }
    
    .about__booking--infomation .button--booking-wrapper .box-type.box-button {
        padding: 99px 20px 44px 29px;
    }

    .about__booking--infomation .booking__infomation--container .container {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1170px) {
    .booking__infomation--container .title {
        font-size: 45px;
        line-height: 130%;
    }
}

@media only screen and (max-width: 860px) {
    .booking__infomation--container .btn-wrapper {
        max-width: 300px;
    }

    .booking__infomation--container .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 790px) {
    .booking__infomation--container .title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767.98px) {
    .booking__infomation--container .title {
        font-size: 38px;
        line-height: 41.8px;
    }

    .about__booking--infomation .button--booking-wrapper {
        position: static;
    }

    .booking__infomation--container .title,
    .about__booking--infomation .button--booking-wrapper .box-type.box-button {
        max-width: 100%;
    }

    .booking__infomation--container .sub_title {
        margin-bottom: 144px;
    }

    .about__booking--infomation .booking__infomation--container {
        background: linear-gradient(0deg, rgba(25, 34, 77, 0.65), rgba(25, 34, 77, 0.65)), var(--image-booking-mobile);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
    .about__booking--infomation .booking__infomation--container .container {
        padding-top: 37px;
        padding-bottom: 49px;
    }

    .about__booking--infomation .button--booking-wrapper .box-type.box-button {
        padding: 62px 90px 16px 15px;
        font-weight: 300;
        font-size: 25px;
        line-height: 32px;
        color: #FFFFFF;
    }
}