.child-image-banner .image-layer {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.child-image-banner .content-box {
display: flex;
align-items: center;
flex-wrap: wrap;
min-height: 650px;
margin: 0 auto;
padding: 0;
position: relative;
z-index: 5;
}
@media screen and (max-width: 600px) {
.child-image-banner .content-box {
justify-content: center;
}
}
@media screen and (min-width: 992px) {
.child-image-banner .content-box {
min-height: 960px;
}
}
.child-image-banner .content-box h1 {
display: block;
font-size: 4.5rem;
line-height: 1.15em;
color: #ffffff;
font-weight: 600;
margin-bottom: 15px;
position: relative;
}
@media screen and (max-width: 600px) {
.child-image-banner .content-box h1 {
font-size: 3rem;
}
}
.child-image-banner .content-box h3 {
color: #ffffff;
}
.child-image-banner .content-box .text {
display: block;
font-size: 20px;
line-height: 1.6em;
color: #ffffff;
margin-bottom: 35px;
font-weight: 400;
}
.child-banner-single.page-title {
border-radius: 0;
background-color: #383b4d;
}
.child-banner-single.page-title::before {
display: none;
}
.child-banner-single.page-title .content-box::before {
background-color: #efda86;
}