@media screen and (min-width: 1100px) {
    .bgh_banner h1 {
        max-width: 910px;
    }

    .bgh_banner p {
        max-width: 1080px;
    }

    .bgh_sust_item p {
        min-height: 270px;
    }

    .bgh_sust_item img {
        bottom: -40px;
    }

    .bgh_sust_content .bgh_sust_item:nth-child(3) img{
       bottom: -5px;
    }

    .bgh_features h2 {
        max-width: 950px;
    }

    .bgh_solutions h2 {
        max-width: 625px;
    }

    .bgh_faq_content {
        max-width: 630px;
    }

    .bgh_faq_wrapper h2 {
        width: 580px;
    }

    .bgh_signoff p {
        max-width: 790px;
    }

}