/* PRODUCT BANNER STYLE */
.what-we-do h2.sec-header {
    margin: 0 0 60px !important;
}
/* ============ */
.sp-two {
    padding: 50px 0 40px;
}
/* .what-we-do .slide{
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
} */
.what-we-do .slide .image {
 height:300px;
 width: 100%;
}

img#bannerImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-content {
    margin-top:45px !important;
    /*margin-top:50px !important;*/
} 

#ceImage, #ceImage2 {
  height: 50px !important;
  margin-right: 10px;
}

.sec-title h1{
    font-family: "Cinzel", serif;
    /*text-transform: uppercase;*/
}
sup {
    font-size: 60%;
}
#bannerText {
    font-size: 50px;
    margin-top:50px;
}
span.sec-header {
    text-transform: uppercase;
}
.sec-title .image figure figcaption {
    font-size: 24px;
}
@media(min-width:1536px){
    .what-we-do .slide .image {
        height: 400px;
    }
}