section.content_tabs .description{text-align:center;max-width:850px;margin:0 auto 40px}section.content_tabs .tab-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:80px}section.content_tabs .tab-group .tab-button{background:#fff;text-transform:none;font-size:20px;color:#000;font-weight:600;padding:10px 22px;margin:0 10px;position:relative}section.content_tabs .tab-group .tab-button:after{-webkit-transition:.3s ease;transition:.3s ease}section.content_tabs .tab-group .tab-button:hover,section.content_tabs .tab-group .tab-button:focus,section.content_tabs .tab-group .tab-button.active{background:#e1251b;color:#fff}section.content_tabs .tab-group .tab-button.active:after{content:"";position:absolute;left:50%;bottom:-10px;width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-top:10px solid #e1251b;-webkit-transform:translateX(-50%);transform:translateX(-50%)}section.content_tabs .tab-content{position:relative}section.content_tabs .tab-content .tab-pane{display:none}section.content_tabs .tab-content .tab-pane.active{display:block}section.content_tabs .tab-content .tab-pane .tab-content-inner{padding-left:15px;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}section.content_tabs .tab-content .tab-pane h3{font-size:30px;font-weight:600;margin-bottom:25px;color:#000}section.content_tabs .tab-content .tab-pane h4{color:#e1251b;font-size:24px;font-weight:700;margin-bottom:15px}section.content_tabs .tab-content .tab-pane ul{list-style:none;padding-left:18px}section.content_tabs .tab-content .tab-pane ul li{position:relative;margin-bottom:10px}section.content_tabs .tab-content .tab-pane ul li:before{content:"";position:absolute;top:7px;left:-18px;width:10px;height:10px;background-color:#e1251b;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}@media(max-width:991.98px){section.content_tabs .image-wrapper{display:none}section.content_tabs .tab-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}section.content_tabs .tab-group .tab-button:after{display:none}}