 @media (max-width: 480px){
     .expert-coaching p{
         width:250px;
         margin-left:40px;
     }
   .expert-coaching-img img {
       width: 300px !important;
       align-items:center;
     }
 }   
 
 
 @media (max-width: 768px) {
  .lead-card p:first-of-type {
    text-align: center;
  }
}
