.contactBanner .innerContactBanner{
position: relative;
height: 60vh;
}
.contactBanner .innerContactBanner img{
width: 100%;
height: 60vh;
}
.contactBanner .innerContactBanner .bannerText h1{
font-size: 2.8rem;
font-weight: 500;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.contactBanner .innerContactBanner .bannerText ul{
display: flex;
list-style: none;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, -50%);
}
.contactBanner .innerContactBanner .bannerText ul li a{
margin: 0 5px;
color: #fff;
text-decoration: none;
font-weight: 400;
}
.contactFormContaner{
background-color: #fff;
}
.contactFormContaner .innerContactForm{
margin: 0 8%;
}
