 @media only screen and (min-width: 992px) {
      #wrapper #footer .rich-text.component:last-child ul li:first-child {
        flex-basis: 28.9%;
        } }

#wrapper #footer {
background-color: #74cecd;
  color: #24405b;
}

@media only screen and (min-width: 992px) {
    #wrapper #footer .rich-text-list.component .component-content>ul>li:first-child {
        #-ms-flex-preferred-size:27%;
        flex-basis: 140%
    }
}
@media only screen and (min-width: 768px) {
    .component.intro-banner.hero:first-child .banner-container {        
top: 15%;
    }
}

@media only screen and (min-width: 1200px) {
    .component.intro-banner.hero h1 {     
font-size: 70px;
    }
}

.component.intro-banner.hero h1 {    
font-weight: 600;
    }

@media only screen and (min-width: 992px) {
    .component.text-image-spot .component-content {
        /* display: table-row; */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 86%;
        max-width: 1200px;
        display: inherit;
    }
}

.component.intro-banner.hero .banner-container{
top:10%;
}

@media only screen and (min-width: 992px) {
    .component.intro-banner.hero {
        margin-top: 0 !important;
    }
}

.component.intro-banner.hero  {
    margin-top: 55px;
}

@media only screen and (min-width: 768px) {
    .like-h1-xl-light {
        font-size: 60px;
    }
}


#content .image-spot.hr-people-list .component-content .image-spot-elements {
justify-content: center;
 gap: 6.66667%
}

.component.image-spot.hr-people-list {
background-color: #badcdf;
}

.component.rich-text.bg-color-10 {
    background-color: #badcdf;
    margin-bottom: 0;
}

#content .image-spot.hr-people-list .component-content {
padding: 30px 0;
}

@media only screen and (min-width: 992px) {
    #content .image-spot.hr-people-list .component-content .image-spot-elements .image-spot-element-image {
text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    #content .image-spot.hr-people-list .component-content .image-spot-elements .image-spot-element-image img {
width: 100%;
}

#content .image-spot.hr-people-list .component-content .image-spot-elements .image-spot-element-image img {
width:100%;
}

@media only screen and (min-width: 992px) {
    .component.rich-text[class*=arrow-] {
1.         
padding-top: 43px;
    }
}

.component.rich-text[class*=arrow-] {
    
padding-top: 22px;
}

@media only screen and (min-width: 992px) {
    .component.rich-text[class*=arrow-] .component-content {
        
padding: 1rem;
    }
}

.component.rich-text[class*=arrow-] .component-content {
    
padding: .5rem;
    
position: relative;
    
background: #fff;
}

@media only screen and (min-width: 992px) {
    .component.rich-text[class*=arrow-] .component-content:before {
        
width: 86px;
        
height: 86px;
    }
}

.component.rich-text.arrow-green-icon-class .component-content:before {
    
background: #74cecd;
}

.component.rich-text[class*=arrow-] .component-content:before {
    
content: "";
    
width: 43px;
    
height: 43px;
    
margin: 0;
    
padding: 0;
    
display: inline-block;
    
position: absolute;
    
top: 0;
    
left: 0;
    
-webkit-transform: translate(-50%, -50%);
    
transform: translate(-50%, -50%);
    
-webkit-box-sizing: border-box;
    
box-sizing: border-box;
    
z-index: -1;
}

