.service-content{width:100%;flex:0 0 100%}.service-content .service-content_single{width:100%;flex:0 0 100%}.service-content .service-content_single .content-title{width:100%;display:flex;justify-content:space-between;align-content:flex-start;align-items:center;flex-flow:row wrap;padding:40px 0;border-bottom-width:thin;border-bottom-style:solid;transition:border .4s ease;cursor:pointer}.service-content .service-content_single .content-title h3{max-width:calc( 100% - 90px );display:inline-block;margin:0}.service-content .service-content_single .content-title i{display:inline-block;width:60px;line-height:60px;border-radius:60px;text-align:center;font-size:20px;color:#fff;transition:background-color .4s ease,transform .2s ease}.service-content .service-content_single.content--open .content-title i{transform:rotate(180deg)}.service-content .service-content_single .content-body{width:100%;flex:0 0 100%;justify-content:space-between;align-content:flex-start;align-items:flex-start;flex-flow:row wrap;padding:30px;display:none}.service-content .service-content_single.content--open .content-body{display:flex}.service-content .service-content_single .content-body .content-body_col{width:48%}