.about-us-badgets{
background:#f9f9f9;  
}

.about-us-badgets .buttom  {  
  background-color: #ff4800;
    border: 0;
    border-radius: 25px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: Aventa,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin: 10px auto;
    min-width: 300px;
    padding: 9px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.about-us-badgets h2{
    font-size: 24px;
  color: #000;
  margin: 0 0 10px; 
  text-align: left;
  font-family: "Aventa", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  text-align:center;
} 
.about-us-badgets h2 span {
  color: #ff4800;
}

.about-us-badgets img{
width: 50%;  
      mix-blend-mode: multiply;
}

.about-us-badgets .container p{
   margin: 0 10px 20px 10px;
  }
.about-us-badgets .span12{
 margin:0; 
}
.about-us-badgets h4{
  text-align:center;
    font-size: 16px;
  color: #212121;
  margin: 0 0 30px; 
  font-family: "Montserrat", sans-serif; 
  line-height: 1.5;  
  font-weight:400;
} 

.about-us-badgets h4 span {
  color: #ff4800;
}

.badgets-container-wrapper .owl-carousel {
    display: flex!important;
}
.badgets-container-wrapper .owl-carousel .item {
    display: flex;
}


.about-us-badgets .container .session .owl-carousel .item img {
    max-height: 80%;
  width: 65%!important;
}

.badgets-social-list i{
  display:none;
}
 @media (min-width:1024px) {    
   .about-us-badgets{
    padding: 50px 0; 
   }
.about-us-badgets .owl-carousel .item img {
    max-height: 45%;
}
}

@media (max-width: 767.98px) { 
  .about-us-badgets {
    padding: 50px 20px; 
  }
  .about-us-badgets .container .text-center .owl-carousel{
    display:flex;
  }  
  .about-us-badgets .container p{
   margin: 0 0 20px 0; 
  }
  
  .about-us-badgets .subbadgets .badgets-aux{
  display:flex;
  align-items: center;
  }
}

 @media (min-width:768px) and (max-width:1023px){    


    .about-us-badgets .owl-carousel .item img {
    max-height: 33%;
}
   .about-us-badgets .owl-carousel{
    max-height: 80%;
}
   .about-us-badgets { 
    padding: 40px 0 0px; 
}
   
   .about-us-badgets .container p{
   margin: 0 4px 20px 4px; 
  }
    .about-us-badgets .container .cards{
    padding: 0; 
   }
   .about-us-badgets .container .cards {
    padding: 0;
    min-width: fit-content;
   flex-wrap: wrap!important;
}
 
   .about-us-badgets .container .cards .align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: baseline!important;
}
} 
 @media (max-width:425px){  
.about-us-badgets .badgets-container-wrapper .owl-carousel .item img {
    max-height: 10%;
}
}
