/* Mobile (Small Screens) */
@media (min-width: 320px) and (max-width: 480px) {
    .hero{
      padding-top: 30px;
    }
    .hero_content h2{
      font-size: 36px;
      line-height: 46px;
    }
    .section_title {
      font-size: 38px;
      line-height: 48px;
    }
    .faq_content h4{
      font-size: 30px;
      line-height: 40px;
    }
    .trust_section h2{
      font-size: 32px;
      line-height: 42px;
    }
    .accredited_cert_content h4{
      font-size: 28px;
      line-height: 40px;
      margin-top: 10px;
    }
    .w_c_u_content h2{
      font-size: 36px;
      line-height: 46px;
    }
    .testimonia_area h2{
      font-size: 32px;
      line-height: 42px;
    }
  }
  
  
  /* Mobile (Medium Screens) */
  @media (min-width: 481px) and (max-width: 767px) {
      .hero{
        padding-top: 30px;
      }
      .hero_content h2{
        font-size: 36px;
        line-height: 46px;
      }
      .section_title {
        font-size: 38px;
        line-height: 48px;
      }
      .faq_content h4{
        font-size: 40px;
        line-height: 50px;
      }
      .trust_section h2{
        font-size: 32px;
        line-height: 42px;
      }
      .accredited_cert_content h4{
        font-size: 34px;
        line-height: 44px;
        margin-top: 10px;
      }
      .w_c_u_content h2{
        font-size: 36px;
        line-height: 46px;
      }
      .testimonia_area h2{
        font-size: 42px;
        line-height: 52px;
      }
  }
  
  
  /* Tablets (Small) */
  @media (min-width: 768px) and (max-width: 1024px) {
    .featured_text_content h4{
      font-size: 20px;
      line-height: 30px;
    }
    .section_title{
      font-size: 28px;
      line-height: 38px;
    }
    .about_text_content h4{
      font-size: 26px;
      line-height: 36px;
    }
    .about_text_content p{
      font-size: 14px;
      line-height: 24px;
    }
    .faq_content h4{
      font-size: 28px;
      line-height: 38px;
    }
    .faq_title{
      font-size: 20px;
      line-height: 30px;
    }
    .faq_answers{
      font-size: 14px;
      line-height: 24px;
    }
    .trust_section h2{
      font-size: 42px;
      line-height: 52px;
    }
    .accredited_cert_content {
      width: 100%;
    }
    .accredited_cert_content h4{
      font-size: 26px;
      line-height: 36px;
    } 
    .accredited_cert_content p{
      font-size: 14px;
      line-height: 24px;
    }
    .w_c_u_content h2{
      font-size: 32px;
      line-height: 42px;
    }
  }

  
  /* Laptops & Small Desktops */
  @media (min-width: 1025px) and (max-width: 1200px) {  
    
  }
  
  
  /* Large Screens (Desktops) */
  @media (min-width: 1201px){
   
  }
  
  