@media (max-width: 768px) {
    .infoall {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-left: 0;
      }
    
      .infoall .col-md-5 {
        margin: 20px 0;
        max-width: 100%; 
      }
    
      .infoall h1 {
        font-size: 1.5rem;
      }
    
      .infoall p {
        font-size: 1rem;
        line-height: 1.5;
      }
    
      .infoall h2 {
        font-size: 1.25rem;
      }
    
      .infoall i {
        display: none;
      }
    .herotxt {
      text-align: center;
      margin-bottom: 0 !important;
    }
    .herotxt h1, .herotxt h2 {
      font-size: 1.75rem;
    }
    .herotxt p {
      font-size: 1rem;
    }
    .lgs {
      font-size: 1.5rem;
    }
    .heroimg img {
      width: 100%;
      height: auto;
    }
    iframe {
      width: 100%;
      height: 300px;
    }
    .lgs{
        font-size: 2.5rem;
    }
}