.why-computools-section{
   background-color: #000;
}
.why-computools-section a{
   color: #FFF;
   text-decoration: underline;
}
.why-computools-section .list-why-computools .item{
   box-sizing: border-box;
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   -webkit-flex-direction: column;
   height: 100%;
   justify-content: space-between;
   -webkit-justify-content: space-between;
   padding: 0 1.5em 40px 1.5em;
   position: relative;
   border: 2px solid #818181;
}
.why-computools-section .counter{
   font-size: 10.5em;
   line-height: 1;
   margin: 0;
   text-transform: uppercase;
   padding-bottom: 1em;
}
.why-computools-section .h2{
   margin: 0 0 12px;
}
.why-computools-section p{
   margin: 0;
}
.why-computools-section span.certificate_hover{
   color: #FFF;
   text-decoration: underline;
}
.why-computools-section.white_bg a,
.why-computools-section.white_bg p,
.why-computools-section.white_bg .h2,
.why-computools-section.white_bg .counter,
.why-computools-section.grey a{
   color: #000;
}
.why-computools-section .bottom-text{
   height: 100%;
}
.why-computools-section:not(.white_bg):not(.grey) .owl-carousel.list-why-computools button.owl-next:not(.owl-dot){
   background-color: #fff;
}
.why-computools-section:not(.white_bg):not(.grey) .owl-carousel.list-why-computools button.owl-next:not(.owl-dot) span::after{
   opacity: 0;
}
.why-computools-section:not(.white_bg):not(.grey) .owl-carousel.list-why-computools button.owl-next:not(.owl-dot) span::before{
   opacity: 1;
}
.why-computools-section:not(.white_bg):not(.grey) .owl-carousel.list-why-computools button.owl-next:not(.owl-dot):hover{
   background: #CDFF3A;
}
.why-computools-section .list-why-computools .owl-nav.disabled{
   display: block !important;
   opacity: 0;
}
@media only screen and (max-width: 768px){
   .why-computools-section .list-why-computools .item{
      height: 100%;
      padding-top: 12px;
   }
   .why-computools-section h2{
      max-width: 100%;
   }
   .why-computools-section .counter{
      padding-bottom: 0.7em;
   }
}
