body, html {
    font-family: "Poppins", serif;
    font-weight: 400; 
    margin: 0;
    padding: 0;
    height: 100%;
}
.w-100{
    width: 100%;
}
.container{
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.banner-wrapper {
    width: 100%;
    background: url('image/MLM-background_small.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.left-col{
    width: 50%;
}
.right-col{
    width: 50%;
    position: relative;
    text-align: center;
    padding-right: 40px;
}
.heading {
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 40px;
}
.highlight {
    color: yellow;
}
.description {
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 30px;
}
.promo-code {
    background: #2F6627;
    padding: 15px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 20px 0;
    margin-bottom: 30px;
}
.promo-code span {
    color: yellow;
    font-weight: 500;
}
.contact-info {
    background: yellow;
    color: black;
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
}
.contact-info a {
    color: red;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}
.image {
    width: 40%;
    border-radius: 10px;
}
.logo_outer_div{
    margin-bottom: 20px;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.logo_outer_div img{
    width: 100%;
}
.logo_outer_div .arrow_image{
    width: 95px;
}
.logo_outer_div .old-logo_anchor{
    width: 85%;
}
.logo_outer_div .new-logo_anchor{
    width: 100%;
}

.top-content p{
    font-size: 30px;
    color: #026102;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.logo_outer_div .new-logo_anchor {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 5px;
}
.contact-info .faq_page_title{
    font-size: 26px;
    color: #6a2d00;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.contact-info p{
    margin: 0;
}


/* Mobile Screen */
.banner-wrapper-xs {
    width: 100%;
    background: url('image/mobile-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

@media (min-width: 1140px) and (max-width: 1600px){
    .top-content p{
        font-size: 26px;
    }
    .heading{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .description{
        font-size: 26px;
    }
    .promo-code{
        font-size: 26px;
        padding: 12px;
    }
    .contact-info{
        font-size: 19px;
    }
    .contact-info .faq_page_title{
        font-size: 22px;
    }
}
@media screen and (max-width:767px){
    .container-lg{
        display: none;
    }
    .top-content p{
        font-size: 20px;
    }
    .top-logo-section{
        padding-top: 20px;
    }
    .logo_outer_div{
        padding: 0 50px;
    }
    .logo_outer_div .arrow_image {
        width: 55px;
    }
    .container-xs .top-section{
        text-align: center;
    }
    .container-xs .person-image{
        width: 55%;
        margin: 0 auto;
    }
    .heading{
        font-size: 24px;
        margin: 0;
    }
    .color-heading p{
        font-size: 23px;
        padding: 0;
        margin: 0;
        color: yellow;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center;
    }
    .description{
        font-size: 20px;
    }
    .description .highlight{
        font-size: 24px;
        font-weight: 600;
    }
    .promo-code{
        border-radius: 20px;
        font-size: 18px;
        margin: 15px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1;
    }
    .contact-info{
        font-size: 15px;
        text-align: center;
    }
    .contact-info .faq_page_title{
        font-size: 20px;
    }
}

@media screen and (min-width:768px){
    .container-xs{
        display: none;
    }
}