﻿.body-us {
    background: #fff;
    width: 100%;
}
.section-us {
    background: #ffff;
    margin: auto;
    width: 90%;
    margin-top: 30px;
}
.title-us {
    font-size: 30px;
    color: rgb(2, 23, 43);
    margin: 20px;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}
.title-us2 {
    font-size: 25px;
    color: rgb(2, 23, 43);
    margin: 20px;
}
.title-us3 {
    font-size: 15px;
    color: rgb(2, 23, 43);
    margin: 30px 0 0 0;
    font-weight: 700;
}
.us {
    display: flex;
}
.us-text {
    width: 100%;
    padding: 0 10% 0 0;
}
.us-paragraph {
    font-size: 18px;
    color: rgb(94, 94, 94);
    text-align: justify;
    margin: 20px;
}
.text-paragraph {
    margin: 10px 0;
}
/*responsive*/
@media only screen and (max-width:1000px) {
    .us-text {
        width: 100%;
        padding: 20px;
    }
}
