.section1{
    margin-bottom: 50px;
}

.section1-text{
    font-size: 18px;
    color: #6E6E6E;
    text-align: center;
}

.section2{
    padding-bottom: 30px;
    background-color: #F5F7F8;
}

.section2-text{
    margin: 30px auto 50px auto;
    font-size: 18px;
    color: #6E6E6E;
    text-align: center;
    max-width: 800px;
}

.section-row{
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-subtitle{
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-small-subtitle{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}

.section3{
    padding-bottom: 30px;
}

.section3-table{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.table.section3-table>tbody>tr>td{
    padding: 20px 15px;
    vertical-align: middle;
    min-width: 150px;
    line-height: 30px;
}

.table.section3-table>tbody>tr:first-child{
    text-align: center;
    background-color: #F5F7F8;
}

.table.section3-table>tbody>tr>td:first-child{
    text-align: center;
    background-color: #F5F7F8;
}

@media screen and (max-width: 750px) {
    .section1{
        margin-top: 0;
        margin-bottom: 50px;
    }

    .section3{
        display: none;
        padding-bottom: 30px;
    }

    .section3-table{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .table.section3-table>tbody>tr>td{
        padding: 20px 15px;
        width: 20%;
        line-height: 20px;
        min-width: 0;
    }
}
