.about_wrap
{
    padding-bottom: 70px;
}
.about_left
{
    width: 65%;
    float: left;
    padding-right: 35px;
}
.about_right
{
    width: 35%;
    float: left;
}
.about_img img
{
    max-width: 100%;
}
.about_content
{
    margin-top: 40px;
    padding-right: 50px;
}
.abt_head
{
    font-size: 40px;
    line-height: 42px;
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    border-bottom: 1px solid #c6eeff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.about_content p
{
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'BrandonGrotesque-Light';
}
.about_content p:last-child
{
    padding-bottom: 0;
}

.side_benefit_block
{
    background: #fff;
    border: 1px solid #d9dade;
}
.side_bene_head
{
    font-size: 36px;
    line-height: 50px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #fff;
    background: #004b70;
    padding: 20px 40px;
    text-align: center;
}

.side_benefits_list ul
{
    list-style: none;
}
.side_benefits_list ul li
{
    display: block;
    padding: 25px 40px;
    border-bottom: 1px solid #d9dade;
}
.side_benefits_list ul li:last-child
{
    border-bottom: 0;
}

.side_bene_icon
{
    width: 120px;
    float: left;
}
.side_bene_text
{
    width: calc(100% - 120px);
    float: left;
}
.side_bene_text p
{
    font-size: 20px;
    line-height: 20px;
    color: #161717;
    font-family: 'BrandonGrotesque-Regular';
    padding: 20px 0;
}
/* -- 
font-family: 'Playfair Display', serif;
 font-family: 'BrandonGrotesque-Regular';
font-family: 'BrandonGrotesque-Medium';
font-family: 'BrandonGrotesque-Light';
font-family: 'BrandonGrotesque-Bold';
-- */