#primary-menu li {
    text-transform: uppercase !important;
}

.btn-hover-light-brown:hover {
    background-color: #d09764 !important;
    color: #fff !important;
    border-color: #d09764 !important;
}

#banner {
    padding-top: 20px;
}
.d-flex {
    display: flex;
}
.service-card {
    margin-bottom: 25px;
}
.service-card > .vc_column-inner {
    height: 100%;
}
.service-card > .vc_column-inner >.wpb_wrapper {
    padding: 25px 30px;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    height: 100%;
}
.service-card ul {
    list-style: none;
    color: #12343b !important;
}
.service-card li {
    padding-left: 24px;
    position: relative;
    padding-bottom: 0;
}
.service-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 5px;
    color: #2b7a78;
    font-weight: bold;
}
@media (min-width: 1024px) {
    #banner {
        align-content: flex-end;
    }
    #banner p{
        font-size: 20px;
    }
    .banner-title .title{
        line-height: 65px;
    }
}

@media (max-width: 1024px) {
    .display-lg-none {
        display: none;
    }
    .banner-title .title {
        font-size: 30px;
        line-height: 42px;
    }
}


/*  primary: #59504d  */
/*  secondary: #d09764  */