
.contact_banner {
    background       : url("../images/banner.webp");
    height           : 100%;
    padding-bottom   : 100px;
    padding-top      : 67px;
    background-size  : 100%;
    background-repeat: no-repeat;
}
.contact_banner h2 {
    font-size: 65px;
    font-weight: 600;
    margin-top: 85px;
    margin-bottom: 25px;
    color: #ffffff;
	text-align:center;
}

