#content * {
    box-sizing: border-box;
}

#content {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

.header_block, .sl_team {
    width: 1000px;
    margin: 0 auto;
}

.header_block {
    padding-bottom: 40px;
}

.main-title {
    text-align: center;
    font-style: italic;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid 1px #CCCCCC;
}

.main-title h3 {
    padding: 0 50px;
}

.main-title h3.first {
    background: url("/images/V6/static/quote.png") top left no-repeat;
    font-weight: 200;
}

.main-title h3.last {
    background: url("/images/V6/static/quote_r.png") bottom right no-repeat;
    font-weight: 500;
}

.about_block h1 {
    margin-top: 0;
}

.about_block img {
    float: left;
    margin-right: 20px;
}


.sl_team_wrapper {
    background: #f8f8f8;
    padding: 1px 0;
}

.sl_team h2 {
    text-align: center;
    color: #878787;
    margin-top: 70px;
    font-size: 34px;
    font-weight: 600;
}

.sl_team .bio-card {
    padding: 60px;
    border-radius: 40px;
    background-color: #FFFFFF;
    position: relative;
    font-size: 16px;
}

.sl_team .bio-card .card-avatar {
    position: absolute;
    width: 210px;
    height: 210px;
    background-color: #FFFFFF;
    border-radius: 50%;
    top: -40px;
}

.sl_team .bio-card .card-head h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
}

.sl_team .bio-card .card-head hr {
    border-bottom: solid 2px #eeeeee;
}

.sl_team .bio-card .card-body {
    margin-bottom: 40px;
    text-align: justify;
}

.sl_team .bio-card .read-more {
    position: absolute;
    right: 60px;
    bottom: 40px;
    color: #000000;
    background-color: #b2dfdc;
    padding: 15px 50px;
    border-radius: 30px;
}

.sl_team .bio-card.main-ceo {
    margin-top: 80px;
    margin-bottom: 40px;
}

.sl_team .bio-card.main-ceo .card-head {
    margin-left: 300px;
    margin-right: 50px;
    margin-bottom: 80px;
}

.sl_team .staff-bio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sl_team .staff-bio .bio-card {
    display: block;
    width: 45%;
    margin: 100px 0;
    flex: 0 0 45%;
}

.sl_team .staff-bio .bio-card .card-avatar {
    top: -100px;
    left: 115px;
}

.sl_team .staff-bio .bio-card .card-head {
    margin-top: 100px;
    text-align: center;
}

.sl_team .staff-bio .bio-card hr {
    width: 50%;
    margin: 20px auto;
}

.sl_team .staff-bio .bio-card .card-head h4 {
    font-size: 22px;
}

.sl_team .staff-bio .bio-card .card-body {
    margin-bottom: 80px;
}

.sl_team .bio-card .read-more {
    /*position: relative;*/
    display: block;
    bottom: 60px;
    right: 0;
    left: 0;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}