.icon-hover:hover {
    border-color: #3b71ca !important;
    background-color: white !important;
    color: #3b71ca !important;
  }
  
  .icon-hover:hover i {
    color: #3b71ca !important;
  }
  .your-list-class li {
    font-family: 'Your Desired Font', sans-serif;
    color: #333; 
    font-size: 15px; 
    line-height: 1.2; 
    margin-bottom: 8px; 
  }

  @media (max-width: 397px) {
    .rounded-4 img {
      height: 250px;
      margin-bottom: 20px;
    }
    
  }
  @media (max-width: 767px) {
    .mushroom-head h2,p{
      margin-top: 20px;
      text-align: center;
    }
    .mushroom-head .learn-more-btn{
      margin-top: 20px;
      text-align: center;
      justify-content: center;
    }
}