.banner-section,.service-section {
    height: auto;
    width: auto;
}
.banner-section img, .service-section img {
    width: 100% !important;
}
.banner-section-content h1,
.service-section .service-box h2{
    font-weight: 500;
}
.banner-section-content h1,.content-box h2 {
    font-family: 'Lobster', cursive;
}
.banner-section-content p,.banner-section-btn a,
.discover-btn a,.content-box p {
    font-family: 'Open Sans', sans-serif;
}
.banner-section-btn a,.discover-btn a {
    text-decoration: none !important;
    font-weight: bold;
    padding: 16px 24px;
}
.banner-section-btn a.wp-block-button__link:hover,
.discover-btn a.wp-block-button__link:hover {
    background: #b65741 !important;
}
.banner-section::before {
    content: "";
    background: url('../images/border.png') no-repeat;
    background-position: center top;
    display: block;
    height: 23px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background-size:100% 100%;
}
.content-box .discover-btn.wp-block-button {
    border: none !important;
}
@media  screen and (max-width:767px){
    .banner-section-content h1{
        font-size: 30px !important;
    }
}
@media  screen and (max-width:991px) and (min-width:768px) {
    .banner-section-content h1{
        font-size: 35px !important;
    }
}
@media  screen and (max-width:1199px) and (min-width:992px) {
    .service-section img{
        object-position: 100% 52% !important;
    }
}
