.sh-desc-container h1,
.sh-desc-container h2,
.sh-desc-container h3,
.sh-desc-container h4,
.sh-desc-container h5,
.sh-desc-container h6 {
    margin-bottom: 3rem;
    color: #0E5A65;
}
.sh-desc-container h1 strong,
.sh-desc-container h2 strong,
.sh-desc-container h3 strong,
.sh-desc-container h4 strong,
.sh-desc-container h5 strong,
.sh-desc-container h6 strong {
    color: #4cbdcd;
}

.sh-desc-container h5 {
    font-size: 24px;
}

.sh-desc-container h6 {
    font-size: 20px;
}

.page-template-brands-landing-page .page-heading-wrapper {
    background-size: contain;
}

.br-header-background {
    height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand-template {
    margin-bottom: 10rem;
}

.b-txt-img-outer {
    padding-top: 6rem; 
}

.sh-container-outer {
    max-width: 1920px;
    margin: 0 auto;
}

.brand-template .button-banner {
    display: inline-block;
}

.brands-subheading {
    background-color: #F7FBFB;
    padding: 3rem 5rem;
}

.brand-template .the-image-container {
    position: relative;
}

.sh-voucher-container {
    background: #fff;
    width: 150px;
    height: 150px;
    padding: 40px;
    border: 5px solid #4cbdcd;
    border-radius: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-desc-container {
    padding: 0 6rem;
    max-width: 1161px;
}

.sh-desc-container p {
    font-size: 24px;
    color: #0E5A65;
    font-weight: 600;
}

.sh-desc-container p strong {
    color: #4cbdcd;
}

.sh-voucher-container.voucher-mobile {
    width: 120px;
    height: 120px;
    display: none;
    margin: 0 auto 3rem;
    padding: 20px;
}

.voucher-container {
    position: absolute;
    background: #fff;
    width: 150px;
    height: 150px;
    padding: 40px;
    border: 5px solid #2099AA;
    border-radius: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -90px;
    left: -100px;
}

.voucher-container.voucher-right {
    position: absolute;
    bottom: -90px;
    left: auto;
    right: -100px;
}

h3.voucher-number {
    font-size: 2rem;
    color: #0E5A65;
    margin: 0;
}

@media (max-width: 1024px) {

    .voucher-container.voucher-right {
        right: 0;
    }
    .voucher-container {
        left: 0;
        bottom: -80px;
    }
}

@media (max-width: 991px) {

    .sh-voucher-container {
        width: 130px;
        height: 130px;
    }

    .voucher-container {
        width: 110px;
        height: 110px;
        padding: 0;
    }

    .voucher-container.voucher-right {
        top: 420px;
        left: auto;
        right: -50px;
    }

    h3.voucher-number {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {

    .sh-container-inner {
        flex-direction: column;
    }

    .sh-voucher-container {
        display: none;
    }

    .sh-voucher-container.voucher-mobile {
        display: flex;
    }

    .voucher-container {
        width: 110px;
        height: 110px;
        padding: 0;
        bottom: 469px;
        left: -20px;
    }

    h3.voucher-number {
        font-size: 1.4rem;
    }

    .voucher-container.voucher-right {
        right: -20px;
        bottom: 469px;
        top: auto;
    }
}

@media (max-width: 767px) {

    .sh-desc-container {
        padding: 0;
    }
    .sh-desc-container p {
        font-size: 20px;
    }
    .sh-content-container .banner-title {
        font-size: 33px;
    }
}

@media (max-width: 425px) {

    .voucher-container.voucher-right {
        right: -4px;
        bottom: 450px;
        top: auto;
    }

    .voucher-container {
        width: 110px;
        height: 110px;
        padding: 0;
        bottom: 450px;
        left: -4px;
    }
}



@media (min-width:768px) and (max-width: 991px) {
    .voucher-container {
        left: -20px;
        bottom: -50px;
        top: auto;
    }
    .voucher-container.voucher-right {
        bottom: -50px;
        left: auto;
        right: -20px;
    }
}