.homeContainerWrapper_old {
    background-image: linear-gradient( to top, #ff345f 5%, #ff0a3e 100%);
    padding-top: 4.5rem;
}

.home_package .blue,
.wrapper_home.examsWrapper .lhs .examHeaderBlue,
.plus_package_to_offer .blue,
.adaptive_modules .title,
.wrapper_home.examsWrapper .lhs .examsHeader_blue{
    background-image: -webkit-gradient(linear, left top, right top, from(#ff345f), to(#ff0a3e));
    background-image: linear-gradient( to left,#ff6f6d 0%, #ff345f 52%, #ff0a3e 100%);
}

.award {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #26252f;
    padding: 20px;
    background: #f5456b;
    border-radius: 10px;
    border: 1px solid #dedede;
}

.award .icon {
    margin-right: 20px;
}

.award .content .name {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5em;
    color: #fff;
    height: 55px;
    width: 90%;
    margin: auto;
    /*min-width: 130px;
    max-width: 220px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.award .content .description {
    opacity: .6;
    font-size: 14px;
    letter-spacing: 0;
}

.award .icon img{
    /*height: 90px;*/
    height: 70px;
}

.home_package{
    height: auto;
    width: 100%;
}

.module .features_wrapper .item_wrapper{
    width: 100%;
}

.module .features_wrapper .item_wrapper .text_box .text {
    width: 100%;
}

.plus_package_to_offer {
    width: 100%;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.27;
    letter-spacing: -1px;
    text-align: center;
    color: #26252f;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1180px;
    margin-top: 100px;
    margin-bottom: 25px
}

.rhsWrapperOverlay{
    background-image :  unset !important;
}

.tweetContainer .small_title {
    width: 100%;
    height: auto;
}


.contentWrapper .description{
    text-align: justify;
}

@media only screen and (max-width:767px) {
    .plus_package_to_offer {
        width: 100%;
        font-size: 22px;
        font-weight: 800;
        line-height: 1.32;
        letter-spacing: -.83px;
        text-align: center;
        color: #272630;
        margin-top: 39px;
        margin-bottom: 0
    }
}

/*
@media only screen and (max-width: 500px){
    .homeContainerWrapper_old .headerContainer{
        height: 600px;
    }
}


@media only screen and (max-width: 360px){
    .homeContainerWrapper_old .headerContainer{
        height: 500px;
    }
}*/
