.group_hero {
    background: url(../img/joinus/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;
}

.text_benefits_title {
    font-weight: 500;
    font-size: 36px;
    color: #1A2C9E;
    line-height: 50px;
}

.group_benefits {
    background: url(../img/joinus/group_benefits.png) no-repeat;
    width: 100%;
    /* height: 1000px; */
    min-width: 1200px;
    background-size: cover;
}

.box_item {
    width: calc((100% - 40px) / 3);
    height: 120px;
    background: #FFFFFF;
    border: 1px solid transparent;
}

.box_item:hover {
    background: linear-gradient(135deg, #FFFFFF 0%, #EBF3FF 100%);
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.1);
    border: 1px solid #D6E7FF;
}

.group_grow {
    background: url(../img/joinus/group_grow.png) no-repeat;
    width: 100%;
    min-width: 1200px;
    background-size: cover;
}

.box_grow_item_wrapper {
    height: 420px;
}

.box_grow_item {
    width: 340px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid transparent;
    position: relative;
}

.box_grow_item:hover {
    background: linear-gradient(135deg, #EBF4FD 0%, #E1EFFD 100%);
    box-shadow: 0px 4px 16px -6px #C0DDFE;
    border-radius: 10px;
    border: 1px solid #98CFF0;
}

.box_grow_item_wrapper:nth-of-type(1) .box_grow_item:nth-of-type(1)::before {
    content: "";
    display: block;
    width: 41px;
    height: 33px;
    background: url(../img/joinus/icon-quotation.svg) no-repeat;
    position: absolute;
    left: 10px;
    top: -17px;
    z-index: 9;
}

.box_grow_item_wrapper:nth-last-of-type(1) .box_grow_item:nth-last-of-type(1)::before {
    content: "";
    display: block;
    width: 41px;
    height: 33px;
    background: url(../img/joinus/icon-quotation.svg) no-repeat;
    position: absolute;
    right: 10px;
    top: -17px;
    z-index: 9;
    transform: rotate(-180deg);
}