/* c2-wrap */
.c2-wrap {display: flex;justify-content: center;}
.c2-wrap h3.title, .c2-wrap p.description {color: #fff;}
.c2-wrap > div {flex-basis: 50%; overflow: hidden;}
/* .c2-wrap .left {background: url("../img/c2_bg1.jpg") no-repeat center/cover; padding: 150px 0 175px 300px;} */
.c2-wrap .left {background: url("../img/c2_bg1.jpg") no-repeat center/cover;padding: 150px 0 175px 0;display: flex;justify-content: flex-end;}
.c2-wrap .left .inner {margin: 0; width: 650px;}
.c2-wrap .left .title {}
.c2-wrap .left .title::before {background-image: url("../img/title_bg_w.png");}
.c2-wrap .left .title::after {display: none;}
.c2-wrap .left .description {margin: 30px 0 70px;}
.c2-wrap .right {}
.c2-wrap__list {display: flex;flex-wrap: wrap;height: 100%;}
.c2-wrap__item {overflow: hidden;position: relative;z-index: 1;flex-basis: 50%;text-align: center;}
.c2-wrap__item a {width: 100%; height: 100%; display: flex;align-items: center;justify-content: center;}
.c2-wrap__item .content-group {}
.c2-wrap__item .content-group .icon {margin-bottom: 25px;}
.c2-wrap__item .content-group .icon img {}
.c2-wrap__item .content-group em {font-family: 'Bebas Neue', cursive;font-size: 20px;font-weight: 400;color: #0c9ce2;font-style: italic;}
.c2-wrap__item .content-group p {font-size: 22px;font-weight: 500;color: #fff;margin-top: 5px;}
.c2-wrap__item .bg {background-repeat: no-repeat;background-position: center top;background-size: cover;transition: .3s;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: -1;}
.c2-wrap__item:hover .bg {transform: scale(1.1);}
.c2-wrap__item:nth-child(1) .bg {background-image: url("../img/c2_bg2.jpg");}
.c2-wrap__item:nth-child(2) .bg {background-image: url("../img/c2_bg3.jpg");}
.c2-wrap__item:nth-child(3) .bg {background-image: url("../img/c2_bg4.jpg"); background-position: 100% 50%;}
.c2-wrap__item:nth-child(4) .bg {background-image: url("../img/c2_bg5.jpg"); background-position: 0% 50%;}
