@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .info-box {
        width: calc(26vw + 1px);
    }
}

@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .info-box .mb-box h1 {
        font-size: calc(1.7vw + 1px);
    }
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .info-box .mb-box h2 {
        font-size: calc(1.4vw + 1px);
        
    }
}
.lp-downloadBrochure {
	margin-top:0!important;
}