﻿.row-1
{
    display:flex;
    justify-content:space-between;
    margin-top:30px;

}
    .row-1 > div {
        width: 33.33%;
        position: relative;
        text-align: justify;
        font-size: 1.15em;
        line-height: 130%;
    }
    .row-1 > div h3 {
        font-size: 1.3em;
        margin-bottom: 20px;
    }

    .row-1 > div:first-child > div {
        padding-right: 40px;
    }
    .row-1 > div:nth-child(2) > div {
        padding-left: 20px;
        padding-right: 20px;
    }
    .row-1 > div:last-child > div {
        padding-left: 40px;
    }
.row-2{display:flex;flex-direction:column;margin-top:100px;}
    .row-2 h2::before {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        border-bottom: 1px solid #013622;
        top: 13px;
        z-index: 7;
    }
    .row-2 h2 {
        font-size: 1.8em;
        text-align:center;
        padding: 0 5px;
        position: relative; 
    }
        .row-2 h2 span {
            background-color: #fff;
            z-index: 9;
            position: absolute;padding:0 10px;
        }
    .row-2 h3 {
        font-size: 1.3em;
    }
        .row-2 h3 span {
            color: #777;
            display: block;
            font-size: .7em;
            font-weight: normal;
            margin-top: 5px;
        }
    .row-2 p {
        font-size: 1.15em;
        line-height: 130%;
        padding-bottom:25px;
    }