.services_blocks_wrap
{
    padding-top: 20px;
    padding-bottom: 10px;
}
.service_block
{
    margin-bottom: 60px;
}
.service_block a
{
    display: inline-block;
    position: relative;
}
.service_img > img
{
    max-width: 100%;
}
.service_caption
{
    position: absolute;
    right: 38px;
    top: 38px;
    bottom: 38px;
    background: #fff;
    width: 520px;
}
.serv_left_side
{
    left: 38px;
    right: auto;
}
.serv_cont_inn
{
    padding: 50px 35px;
    text-align: center;
}
.serv_cont_inn h4
{
    padding-bottom: 16px;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #161717;
    border-bottom: 1px solid #d2f1ff;
    
    font-weight: normal;
}
.serv_cont_inn p
{
    font-size: 20px;
    line-height: 28px;
    color: #1e1e1e;
    font-family: 'BrandonGrotesque-Light';
    padding-top: 15px;
    padding-bottom: 25px;
}
.read_btn
{
    display: inline-block;
    clear: both;
    padding: 10px 18px;
    background: #004b70;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-family: 'BrandonGrotesque-Medium';
    border-radius: 3px;
    margin-bottom: 6px;
    font-weight: normal;
}
/* -- 
font-family: 'Playfair Display', serif;
 font-family: 'BrandonGrotesque-Regular';
font-family: 'BrandonGrotesque-Medium';
font-family: 'BrandonGrotesque-Light';
font-family: 'BrandonGrotesque-Bold';
-- */