#header .logo img {
    max-height: 80px;
    padding: 15px;
}

#header .logo {
    padding-left: 0;
    border-left: none;
}

#header.header-scrolled {
    height: 80px;
}

.breadcrumbs {
    background-color: #669933;
}

.support-title{
    color: #669933;
}

.team-title{
    color: #669933;
}

.values-title{
    color: #669933;
}

#id_side_about:after {
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}
#id_side_about > * {
    z-index: 100;
}

.section-header.left h3 {
   text-align: left;
}

.section-header.left h3::before {
    left: 0
}

.section-header.left h3::after {
    left: 0
}

#about.bg-light::before {
    content: none;
     /*position: inherit;*/
}

.welcome .fs-5 {
    font-size: 1.10rem!important;
}