@media (min-width: 1201px) and (max-width: 1550px){
    .container{
      max-width: 1140px !important;
    }

    h2{
      font-size: 28px !important;
    }
}

@media screen and (max-width: 993px){
    br{
        display: none !important;
    }
}

@media screen and (max-width: 769px){
    h2{
        font-size: 24px !important;
    }

    .upper-title{
        font-size: 12px !important;
    }
}

@media  screen and (max-width: 440px) { 
    h2{
        font-size: 20px !important;
    }
}

@media screen and (max-width: 414px){
    .modal-body iframe{
        max-height: 200px !important;
    }
}
