/* --------------------------------- Media Query --------------------------*/

@media (max-width:767px) { /* smartphones and tablets -- min = 0 */
    .slide .slider__content h2{
        font-size: 28px;
    }
    .section-header__title{
        font-size: 22px;
    }
}

@media(min-width:768px) and (max-width:991px){ /* Small screen - from 768 */
   
}

@media(min-width:992px) { /* Medium Screen */
    

}

@media(min-width:1200px){ /* large screen - from 1200 to higher */
  
}