.red-background {
    background: #eb2a35;
}
.about-team-page-content-section {
    display: flex;
    margin-top: 110px !important;
    width: 94%;
    margin: 0 auto;
}
.about-team-page-content-section .main_body {
    color: white !important;
    font-size: 15.82px;
    line-height: 1.5;
    margin-bottom: 70px;
    font-family: 'Lora', serif;
}
.about-team-page-content-section .logo_wrap{
    display: table-cell;
    vertical-align: middle;
}
.about-team-page-content-section .client_logo {
    min-height: 215px;
    display: table;
    width: 100%;
    text-align: left;
}
.about-team-page-content-section-block {
    position: relative;
    margin-bottom: 35px;
}
.about-team-page-content-section-block .website_link{
    position: absolute;
    bottom: 0;
}
.large-2_5 {
    width: 17.7%;
    padding: 0;
    margin-right: 35px;
    float: left;
}
.large-2_5.last{
  margin-right: 0;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
 .large-2_5{
    width:100%;
    float:none;
    padding: 0 10px;
    margin-right: 0;
}
.about-team-page-content-section{
   margin-top: 25px !important;
}
.about-team-page-content-section .client_logo {
     min-height: 0; 
    margin-bottom: 20px;
}
}