/* ----------------------------------------------------------------
        Custom CSS

        Add all your Custom Styled CSS here for New Styles or
        Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body {
    background-color: #327656;
}
#page-title h1 {
    color: #327656;
}
.content-wrap {
    padding: 2rem 0;
}
.testi-image-l,
.testi-image-l a,
.testi-image-l img,
.testi-image-l i {
    display: block;
    width: 200px !important;
    height: 200px !important;
}
.testi-image img {
    border-radius: 0;
}
.testi-meta::before, .testi-meta::after { content: ''; }
@media (max-width: 767.98px) {
    #logo img {
        max-height: 65px;
    }
}
