@media (max-width:1600px) {
    .hz-section:first-child ul.hz-social {
        display: none
    }
}

@media (max-width:1600px) and (min-width:1441px) {
    #growth .sec5-img1 {
        text-align: center
    }

    #growth.sec-6a:before {
        height: 105%
    }

    section#footer-contact-form {
        padding-left: calc(1.5rem * .5);
        padding-right: calc(1.5rem * .5)
    }
}

@media (min-width:992px) {
    .position-lg-absolute {
        position: absolute;
    }

    .top-lg-50 {
        top: 50%;
    }

    .translate-lg-middle-y {
        transform: translateY(-50%);
    }

    .w-lg-50 {
        width: 50% !important;
    }
}