/* 
    *********************************************************************
    * This file is created and developed by Badr Eddine Rachadi.         *
    * Unauthorized edits are prohibited. Please do not modify this file  *
    * without prior consent. If you need to make any changes, please     *
    * contact me at badr@kreaforma.de to ensure consistency         *
    * with the original version, as it is essential that both versions   *
    * remain identical. Thank you for your cooperation.                  *
    *********************************************************************
*/


.mis-text-highlight-wrapper-3 {
  display:flex;
  
}


.mis-text-highlight-3{ 
  font-family: 'Din bold';
  font-size: 85px;
  color:white;
   display: inline !important;
    background-image: linear-gradient(#00ABE5, #00ABE5);
    background-size: 0% 100%;
    padding: 0px 10px;
  padding-top: 15px;
  padding-bottom: 10px;
   
    background-repeat: no-repeat;
    transition: background-size 0.7s ease-in;
  line-height: 80px;
}

 .active3 {
    background-size: 100% 100%;
    
  }

/*@media (max-width: 767px) {
  mis-text-highlight-3{
   line-height 
  }
}

