.group_hero {
    background: url(../img/contactus/group_hero.png) no-repeat;
    width: 100%;
    height: 372px;
    line-height: 372px;
    min-width: 1200px;
    background-position: center;
}

.text_hero_title_revert {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 30px;
}

.text_hero_sub_revert {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}

.box_corp {
    width: calc((100% - 20px) / 2);
    background: #FFFFFF;
    box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.1);
    height: 260px;
    border: 1px solid transparent;
}

.box_corp:hover {
    background: linear-gradient( 135deg, #FFFFFF 0%, #F2F5FF 100%);
    /* box-shadow: 0px 4px 16px -6px rgba(0,23,101,0.17), 0px -2px 0px 0px #1A2C9E; */
    border: 1px solid #DAE5FD;
}

.icon-info {
    display: block;
    width: 16px;
    height: 65px;
    background: url(../img/contactus/icon_info.svg) no-repeat;
}

.group_corps {
    width: 100%;
    background: url(../img/contactus/bg-contact-block.png) no-repeat;
    background-position: center;
    min-width: 1200px;
}