/* about */

.about-tt{
    font-size: 36px;
    color: #5da4c8;
    position: relative;
    padding-bottom: 10px;
    margin-top: 70px;
}
.about-tt:before {
    display: block;
    content: "";
    width: 50px;
    height: 8px;
    background: #5da4c8;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.about-tt-sm {
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #666;
}
.about-tt-xs {
    color: #187db1;
    font-size: 14px;
    margin-bottom: 40px;
}
.about-tt-text {
    color: #3c3c3c;
    font-size: 14px;
    margin-bottom: 40px;
}
.about-tt-text p {
    font-size: 18px;
    color: #6E7075;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}
.about-tt-text img{
    width: 100%;
    vertical-align: bottom;
}