@media only screen and (max-width: 600px) {
    /* For mobile phones */
    h1.hs-text-12, .services-section__area .services-header h2 {
        font-size: 25px !important;
    }
    
    ul.m-actions li {
        display: block;
    }

    .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-top: 15px !important;
    }

    .extreme-video-cards {
        margin: 10px 0 10px 0;
    }

    .section-title-heading {
        font-size: 3rem;
    }

    .section-title-subheading {
        font-size: 2rem;
    }

    .form-area {
        margin-top: 20px;
    }

    .form-area-header {
        margin-left: 14px; 
    }

    .box-mobile {
        margin: 0 10px 0 10px;
    } 

    .reviews-section .section-inner-holder .section-header h2 {
        font-size: 27px;
        margin: 5vh 0 1vh 0;
    }

    .page-header-title-left {
        margin-left: 25px;
    }

    .form-area-header h2 {
        font-size: 31px;
        margin-bottom: 5px;
    }

    .football-team p {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .football-team .section-inner-holder {
        margin: unset !important; 
    }

    .footer-container {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        display: inline-flex;
        flex-flow: wrap;
    }

    .navbar-dark .navbar-nav > li > a > span {
        color: #fff !important;
    }

    .modal {
        transform: scale(0.9);
    }

}
  
  @media only screen and (min-width: 600px) {
    /* For tablets: */

  }
  
  @media only screen and (min-width: 768px) {
    /* For desktop: */

  }