#section_1 .section_title {
    color: #000;
}

#section_1 .section_desc {
    text-align: center;
}

#section_1 .section_banner {
    background-image: url(../images/homepage/banners/apac/rewind-the-90s/rewind-the-90s-banner.jpg);
    height: 87vh !important;
    background-position: center;
    background-size: cover;
}

#section_1 .section_title {
    font-size: 65px;
}

#section_1 .section_title {
    font-family: "WR_FuturaPTBold", sans-serif;
    text-shadow: 0px 34px 185px rgba(0, 0, 0, 0.33);
    text-transform: uppercase;
}

#section_1 .bh_cta {
    text-align: right;
}

#section_1 .bh_cta .btn {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: "WR_FuturaPTBold", sans-serif;
    text-transform: uppercase;
}

#section_1_2 .section_title {
    color: #000;
}

#section_1_2 .section_desc {
    text-align: center;
}

#section_1_2 .section_banner {
    background-image: url(../images/homepage/banners/ph/icons/banner-desk.jpg);
    height: 87vh !important;
    background-position: center;
    background-size: cover;
}

#section_1_2 .section_title {
    font-family: "WR_FuturaPTBold", sans-serif;
    text-shadow: 0px 34px 185px rgba(0, 0, 0, 0.33);
    text-transform: uppercase;
    color: #fff;
    font-size: 90px;
    text-align: center;
}

#section_1_2 .bh_cta {
    text-align: center;
}

#section_1_2 .bh_cta .btn {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-family: "WR_FuturaPTBold", sans-serif;
    text-transform: uppercase;
}

.logoDiv {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#section_2 .section_title,
#section_2 .section_desc {
    color: #fff;
    text-align: center;
}

#section_2 .section_banner {
    background-image: url(../images/homepage/banners/apac/indigood/banner-desk.jpg);
    height: 87vh !important;
    background-position: center;
    background-size: cover;
}

#section_2 .section_title {
    font-size: 65px;
}

#section_2 .section_title {
    font-family: "WR_FuturaPTBold", sans-serif;
    text-shadow: 0px 34px 185px rgba(0, 0, 0, 0.33);
    text-transform: uppercase;
}

#section_2 .bh_cta {
    text-align: center;
}

#section_2 .bh_cta .btn {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-family: "WR_FuturaPTBold", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #section_1 .section_banner {
        /*background-image: url(../images/homepage/banners/ph/icons/banner-mob.jpg);*/
        background-image: url(../images/homepage/banners/apac/rewind-the-90s/rewind-the-90s-mob.jpg);
        height: 87vh;
    }

    #section_1_2 .section_banner {
        /*background-image: url(../images/homepage/banners/ph/icons/banner-mob.jpg);*/
        background-image: url(../images/homepage/banners/ph/icons/banner-mob.jpg);
        height: 87vh;
    }

    #section_1 .section_title {
        font-size: 36px;
        margin-top: 20px;
    }

    #section_2 .section_banner {
        background-image: url(../images/homepage/banners/apac/indigood/banner-mob.jpg);
        height: 87vh;
        background-size: cover;
    }

    #section_2 .section_title {
        font-size: 45px;
    }

    .logoDiv img {
        width: 150px;
    }

    #section_1_2 .section_title {
        font-family: "WR_FuturaPTBold", sans-serif;
        text-shadow: 0px 34px 185px rgba(0, 0, 0, 0.33);
        text-transform: uppercase;
        color: #fff;
        line-height: 53px;
        font-size: 55px;
        text-align: center;
    }
}

@media (min-width: 576px) {
    #section_1 .section_banner {
        background-image: url(../images/homepage/banners/apac/rewind-the-90s/rewind-the-90s-banner.jpg);
        height: 87vh !important;
    }

    .section_title {
        font-size: 50px;
    }

    #section_2 .section_banner {
        background-image: url(../images/homepage/banners/apac/indigood/banner-desk.jpg);
        height: 87vh !important;
    }
}