@media (max-width: 575.98px) {
    .hero-wrap{
        padding: 3rem 0 3rem 0;
        text-align: center;
      }
    .hero-wrap h1{
        font-size: 42px;
      }
      .hero-wrap p{
        font-size: 16px;
        margin-top: 1.5rem;
      }
      .hero-wrap button{
        margin-top: 1rem;
      }


      /* video section   */
      .video-section{
        padding: 3.5rem 0 3.5rem 0;
    }
    .video-section h1{
      font-size: 32px;
    }
    .video-section p{
      width: 100%;
    }
    
    .video-wh{
        padding: 1rem;
      width: 100%;
      height: 210px;
    }
    
    .video-btn{
      display: block;
      margin-top: 1rem;
    }
    .video-btn button:last-child{
      margin-top: 1rem;
    }

    /* intro  */
      
      .intro-wrap p{
        width: 100% !important;  
      }

      .trail-wrap{
        padding: 5rem 0 3rem 0;
      }

      .trail-wrap h1{
        font-size: 38px;
       
      }

      /* togather */
      .together-wrap{
        padding: 3rem 0 3rem 0;
    }
      .row-wrap img{
        width: 100%;
      }
      .row-wrap h1{
        width: 100%;
        margin-top: 2rem;
       
      }
      
      .row-wrap p{
        width: 100%;
       
      }


}