.about-us-hero a,
.about-us-booking a {
    text-decoration: none;
    text-align: center;
}

.about-us-hero a:hover,
.about-us-booking a:hover {
    background: #ff671d;
    color: #fff;
} 

/* Utilities */
.text-xl {
    font-family: 'Myriad Pro Bold';
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.sub-text {
    font-family: 'Myriad Pro Bold';
    font-size: 20px;
    font-weight: bold;
}

.jb-btn {
    display: inline-block;
    background: #ff671d;
    color: #fff;
    min-width: 150px;
    padding: 14px 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 14px;
    border: none;
    border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s;
}

.jb-btn:hover {
    opacity: 0.8;
}

.sub-content p {
    font-size: 20px;
}

.about-us-hero {
    background-color: #000;
    color: #fff;
    min-height: var(--banner-height);
}

.about-us-hero .hero-container {
    padding: 60px 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.about-us-hero article {
    place-self: center;
}

.about-us-hero h1 {
    font-size: 60px;
    font-weight: bold;
}

.about-us-hero p {
    font-size: 36px;
    margin-bottom: 50px;
}

.about-us-hero img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* About us booking */
.about-us-booking {
    color: #000000;
}

.about-us-booking .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

.about-us-booking .video1 video {
    margin-top: 50px;
}

.about-us-booking .video1 {
    background-color: #fff;
    color: #000000;
    padding: 0px 200px 20px 200px;
}

.about-us-booking .video2 {
    background-color: #E5E5E5;
    color: #000000;
    padding: 50px 200px 20px 200px;
}

.about-us-booking video {
    width: 100%;
    height: auto;
    border: 1px #e2e2e2 solid;
    margin-top: 50px;
}

.about-us-booking .content .sub-content {
    max-width: 85%;
}

.about-us-booking .sub-heading {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}

.about-us-booking .third-quote + .content img {
    width: 65%;
}

.about-us-booking img {
    width: 80%;
    height: auto;
}

.app-icons {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-icons > div {
    width: 50px;
    height: 50px;
}

.app-icons img {
    width: 100%;
    height: auto;
}

.about-us-booking .content .text-xl {
    margin-bottom: 30px;
}

.about-us-booking .first-quote,
.about-us-booking .second-quote,
.about-us-booking .third-quote {
    font-family: 'Myriad Pro Bold';
    font-size: 36px;
    font-weight: 600;
    background-color: #000000;
    color: #fff;
    padding: 80px 200px;
}

.about-us-booking .first-quote p,
.about-us-booking .second-quote p,
.about-us-booking .third-quote p {
    word-wrap: break-word;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.about-us-booking .second-quote p {
    width: 350px;
}

.about-us-booking .first-quote p {
    width: 500px;
}

.about-us-booking .third-quote p {
    width: 490px;
}

.btn-open-host {
    padding: 15px;
}

.about-us-booking .head-office p {
    word-wrap: break-word;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    line-height: 1;
    margin-bottom: 8px;
    font-size: 18px;
}

.about-us-booking .head-office {
    border-top: 1px solid #E2E2E2; 
    margin-top: 2.5rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

@media (max-width: 1600px) {

}

@media (max-width: 1300px) {
}

@media (max-width: 1200px) {
    .about-us-booking .content .sub-content {
        max-width: 90%;
    }
}

@media (max-width: 991px) {
    .about-us-booking .third-quote + .content img {
        width: 50%;
    }

    .about-us-booking img {
        width: 50%;
    }

    .about-us-booking .content {
        grid-template-columns: 1fr;
    }

    .about-us-booking .video1,
    .about-us-booking .video2 {
        padding: 50px;
    }

    .about-us-booking .first-quote p,
    .about-us-booking .second-quote p,
    .about-us-booking .third-quote p {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about-us-booking .content {
        padding: 20px 30px;
    }

    .about-us-booking .video1,
    .about-us-booking .video2 {
        padding: 30px;
    }

    .about-us-booking .first-quote,
    .about-us-booking .second-quote,
    .about-us-booking .third-quote {
        padding: 50px 30px;
    }

    .text-xl {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .about-us-hero h1 {
        font-size: 46px;
        margin-top: 15px;
    }
    
    .about-us-hero p {
        font-size: 30px;
    }

    .about-us-booking .content {
        padding: 15px;
        margin: 15px 0;
    }

    .about-us-booking .video1,
    .about-us-booking .video2 {
        padding: 15px;
    }
}