@media (max-width: 991px) { 
    header h1 span {
        font-size: 2rem;
    }
    header h1 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .header-content {
        max-height: 120px;
    }
    section {
        padding: 60px 0;
    }
    .order-m-1 {order: 1;}
    .order-m-2 {order: 2;}
    .order-m-3 {order: 3;}
}
@media (max-width: 767px) {

}