.service-about_image_text__image img {
    border-radius: 10px;
}
div#service-about_text_image_2 {
    padding-top: 30px;
}
.center-holder {
    text-align: center !important;
}
.section-block {
    padding: 90px 0 90px 0;
    background-color: #FFFFFF;
}
.section-heading {
    margin-bottom: 10px;
}
.section-heading h2 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #447944;
    line-height: 130%;
    margin-bottom: 10px;
}
.number-box {
    text-align: center;
    padding: 20px;
    margin: 15px 0;
    background: #FFFFFF;
    border-radius: 3px;
}
.number-box h4 {
    color: #323c42;
    font-size: 20px;
    font-weight: 700;
    margin: 13px 0;
} 
.header .logo img {
    width: 60px;
}
#header-top {
    background-color: wheat;
}
.header-item:not(.header-logo, .header-search) {
    background: rgb(100 151 24);
} 
@media (min-width: 991px){
    .flex-5 {
        flex: 0 0 35%;
        max-width: 35%;
    }
.footer-top__logo img {
    width: 130px;
}
} 
b, strong {
    font-weight: BOLD;
} 
.footer-item.flex-5 p {
    color: white !important;
}
.footer {
    background: linear-gradient(to right, #c0392b, #f39c12) !important;
}
    .footer-top__logo img {
        filter: brightness(0) invert(1);
    }