/*Content CSS*/
#c2_wrap{background: url('../img/c2_bg.jpg') 50% / cover no-repeat; position: relative; overflow: hidden; padding: 50px 0;}
#c2_wrap br{display: none;}
.c2_inner{width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 20px;  }
.c2_inner > div{position: relative;}
.c2_inner .fs_61{font-size: 35px; font-weight: 700; line-height: 1; color: #fff;}
.c2_inner .fs_30{font-size: 22px; font-weight: 700; line-height: 1; letter-spacing: -.75px; color: #fff;}
.c2_inner .fs_19{font-size: 16px; font-weight: 700; color: #fff; }
.c2_inner .fs_18{font-size: 14px; font-weight: 400; line-height: 1.7;  color: rgba(255,255,255,.9);}
.c2_inner .fs_17{font-size: 13px; font-weight: 400; line-height: 1.7; letter-spacing: -.43px; color: rgba(255,255,255,.8);}

.c2_left{text-align: center;}
.c2_left h3{margin-top: 10px;}
.c2_left p{margin: 15px 0 20px;}



.c2_list{position: relative; z-index: 1; margin-top: 20px;}
.c2_list li{display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; padding: 15px 0; border-top: solid 1px rgba(255,255,255,.2);}
.c2_list li:last-child{border-bottom: solid 1px rgba(255,255,255,.2);}
.c2_list li i{display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; background-color: rgba(255,255,255,.08); border-radius: 50%; transition: .5s;}
.c2_list li i img{width: 38px;}
.c2_list li h4{margin: 15px 0 7px;}
.c2_list li:hover i{transform: rotateY(180deg);}
