 @media (min-width: 992px) {
     	.navbar {
     		display: none;
    	}
        .zphero {
            height: 100vh !important;
        }
     	.zpcontainer-fluid {
        	height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
     	}
     	.benefit-cards {
            background-color: #282422;
            border-radius: 16px;
            padding-top: 16px;
            padding-left: 0px;
            padding-right: 0px;
            height: auto !important;
     	}
     	.our-focus-container .zpcontainer-fluid {
            height: 100vh !important;
            display: flex;
            flex-direction: inherit;
     	}
     	.testimonial-margin-text {
            margin-top: auto !important;
     	}
    }