﻿html, body {
    padding-top: 70px!important;
}
#testimonials {
    background-color: #f9fbef;
}
.hero .buttonsRow ,.drweil .buttonsRow,#mission .buttonsRow{
    justify-content: flex-start;
}
#testimonials .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgba(49, 110, 67, 0.15);
    margin:65px auto!important;
    border-radius: 15px;
    padding:25px;
    width:100%;
    max-width:1440px;
}
.testimonial-item {
    flex: 1 1 33%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding:0 10px;
}
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.testimonial-header img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.testimonial-header .details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.testimonial-header .name {
    margin: 0;
    font-weight:800;
    color: #316e43;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.15em;
}
.testimonial-header .role {
    margin: 0;
    font-style: italic;
    font-size:1em;
    color: #316e43;
    font-weight: 600;
}
.testimonial-header .company {
    margin: 0;
    font-size: 1em;
    color: #316e43;
    text-transform: uppercase;
    font-weight: 600;
}
.testimonial-text {
    margin: 0;
    font-size: 1em;
    color: #231F20;
    font-weight: 600;
}
.top-testimonial img {
    max-width: 500px !important;
}
#mission .sofaPanel{
    max-width:100%!important;
}
#mission .sofaPanel .container{
    max-width:1440px!important;
}
#mission .sofaPanelRight{
    font-size:16px;
    font-weight:600;
}
#mission .sofaPanelRight ul{
   list-style:none;
   text-align:left;
}
#mission .sofaPanelRight li{
   margin:20px auto;
}
#mission .sofaPanelRight span {
    float:left;
    width:calc(100% - 60px);
    margin:0 0 20px 15px;
}
#mission .sofaPanelRight img{
    width:45px;
    float:left;
}
#mission .sofaPanelLeft h4{
    color:#316e43;
    font-size:2em!important;
    font-weight:700;
    margin-bottom:20px;
}
#mission .sofaPanelLeft p{
    color:#231F20;
    font-size:2.5em;
    line-height:1.15em;
    font-weight:300;
}
#mission .buttonsRow.desktop{
    display:inline-flex!important;
    width:100%!important;
}
#panel2.drweil h2{
    font-weight:700!important;
}
.brandSection {
    height: 210px;
    margin: 20px auto;
}
.brandSection iframe {
    border: 0;
    height: 290px;
    width: 100%;
    overflow: hidden;
}
@media only screen and (max-width:1520px){
    #mission .sofaPanelLeft p {
        font-size: 2em;
    }
    #mission .sofaPanelRight {
        font-size: 15px;
    }
}
@media only screen and (max-width:1280px) {
    #panel h2 {
        font-size:2.25em;
    }
}
@media only screen and (max-width: 991px){
    .brandSection {
        margin: 20px auto;
    }
    #mission .sofaPanelLeft {
        text-align:center;
        padding-top:50px
    }
    #mission .sofaPanelRight ul {
        padding: 0;
        margin-top: 30px;
    }
    #mission .sofaPanelRight .buttonsRow.mobile  {
        display:block !important;
    }
    #mission .buttonsRow.desktop {
        display: none !important;
    }
    #mission .sofaPanelRight .buttonsRow a.sofaButton {
        padding: 0;
        margin-top: 30px;
        display: inline-block !important;
        margin: 10px auto 0 !important;
    }
    .testimonial-item {
        flex: 1 1 95%;
        padding: 20px 2.5%;
        border-bottom:1px solid rgba(0,0,0,.1);
    }
    .testimonial-item:last-of-type {
        border:0px;
    }
}
@media only screen and (max-width: 768px) {
    .brandSection {
        margin:0px !important;
        padding:0px !important;
        margin-top:-20px !important;
    }
    #ourmission > div {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1.5rem;
    }
    #ourmission > div > div {
        flex: 1 1 100% !important;
        padding-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .testimonials-container {
        padding: .5rem .5rem !important
    }
    .top-testimonial {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }
    .top-testimonial img {
        margin-bottom: 1rem;
        max-width: 95% !important;
    }
    .testimonial-group {
        flex-direction: column;
        align-items: center;
    }
    .testimonial-item {
        width: 100%;
        max-width: 100%;
        margin:0 2.5% 1.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .testimonial-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }
    .testimonial-header img {
        width: 140px !important;
        height: 140px !important;
    }
    .testimonial-header p {
        font-size: 1.2rem !important;
        line-height: 20px !important;
    }
    .testimonial-header .details {
        align-items: center;
        text-align: center;
    }
    .testimonial-text {
        font-size: 1.2rem;
    }
    #ourmission li {
        font-size:1rem;
    }
}
