﻿/*details*/
body {
    background-color: #fff;
}

.text-conter p, .text-conter h3 {
    font-size: 18px;
    line-height: 2.4;
    margin-bottom: 20px;
}

.text-conter h3 {
    font-weight: bold;
}

.text-title {
    font-size: 32px;
    text-align: center;
    padding: 50px 0;
}

.text-conter {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom:50px;
}

.text-tb {
    width: 100%;
    background-color: #f5f5f5;
}

    .text-tb td {
        border: 1px solid #d3d3d3;
        font-size:18px;
        line-height:2.4;
        padding:5px 10px;
    }

@media (max-width:768px) {
    .text-title {
        font-size: 18px;
        text-align: center;
        padding: 30px 0;
    }

    .text-conter p, .text-conter h3 {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 10px;
    }

    .text-conter {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom:30px;
    }
    .text-tb td {
        font-size: 14px;
        line-height: 2;
        padding: 3px 5px;
    }
}
