@charset "utf-8";

/*color
#24c4c4;
*/

.table{
    max-width: 1200px;
    margin: 10% auto;
    text-align: center;
    font-size: 0;

}

.table .title{
    width: 100%;
    height: 70px;
    background-color: #24c4c4;
}

.table .title p{
    display: inline-block;
    width: 20%;
    vertical-align: top;
    font-size: 20px;
    padding: 25px 0;
    color: #fff;
}

.table .txt{
    width: 100%;
    
}

.table .txt p{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 30px 0;
}


.table .txt::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
 background-color: #24c4c4;    
}





@media screen and (max-width:1024px){
    

.table{
width: 80%;

}
.table .title p{
    font-size: 20px;
    padding: 25px 0;
}

.table .txt p{
    font-size: 16px;
    padding: 30px 0;
}

    
    
}


@media screen and (max-width:768px){
    

.table .title p{
    font-size: 1rem;
    padding: 25px 0;
}

.table .txt p{
    font-size: 13px;
    padding: 25px 0;
}

    
    
}




@media screen and (max-width:425px){
    

.table{
width: 100%;
margin: 20% auto;
}
    
.table .title{
    height: 50px;
}

    .table .title p{
    padding: 15px 0;
}

    
}














