.title.content{
    margin: 0 auto 3rem auto;
}

.success .image {
    margin-bottom: 2.4rem;
    width: 100%;
    height: 30rem;
    background-image: url("/images/general-assets/success.png");
}

.success .image.booking {
    height: 24rem;
    background-image: url("/images/general-assets/booking-sucess.jpg");
    background-size: contain;
}

.success .text.smaller {
    margin: 2rem 0 4rem 0;
}

.success .button,
.backHome .button {
    margin: 0 auto;
    width: max-content;
}


.voucherSection {

}

.voucherSection .main {
    margin-bottom: 4rem;
    padding: 0 4rem 2.4rem 4rem;
    background-color: var(--clr-background-white);
    border-top: solid 0.1rem var(--clr-grey);
    border-bottom: solid 0.1rem var(--clr-grey);
}

.voucherSection .main .voucherLogoHeader {
    display: flex;
    height: 8.0rem;
    width: calc(100% + 8rem);
    background-color: #221C46;
    transform: translateX(-4rem);
    align-items: center;
    justify-content: center;
}

.voucherSection .main .voucherLogo {
    height: 4rem;
}

.voucherSection .white {
    margin-top: 4rem
}

.voucherSection .voucher {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
}

.voucherSection .companyImg {
    margin: 0.8rem;
    width: 20rem;
}

.voucherSection .price {
    margin: 0;
    color: var(--clr-pink);
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 5.7rem;
}

.voucherSection .code {
    margin: 2rem 0 0 0;
    padding: 1rem;
    width: 100%;
    color: var(--clr-black);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.1rem;
    background-color: var(--clr-white);
    border: 0.1rem solid var(--clr-grey);
}

.voucherSection .code.link {
    padding: 10px 20px;
    overflow-wrap: break-word;
}
.voucherSection .expire {
    margin: 1rem 0 3rem 0;
    padding: 0.4rem 0 0 2.2rem;
    width: 100%;
    color: #5A5469;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6rem;
    background-image: url('/images/global/icon-info.svg');
    background-position-x: 0.2rem;
    background-size: 1.6rem 1.6rem;
    text-align: left;
}

.voucherSection .info {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
}

.voucherSection .info a {
    text-decoration: underline;
}

.voucherSection .logo {
    width: 16rem;
}

.voucherSection .copyright {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}


/* ----------------- Mobile 360px ----------------- */
@media only screen and (max-width: 500px) {
    .success .image {
        background-size: cover;
    }
}