﻿.text-content {
    font-size: larger;
    letter-spacing: 2px;
    line-height: 25px;
    color: #666560;
}

    .text-content strong {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 25px;
        color: #666560;
    }

.text-title {
    font-size: 1.5em;
    letter-spacing: 2px;
    line-height: 25px;
    color: #666560;
}

.text-content-detail {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 25px;
    text-align: left;
    color: #666560;
}

.tilte-head h3 {
    margin-bottom: 20px;
}

.tilte-head div {
    border-top: 7px solid #E69523;
    margin-top: 10px;
    width: 80px;
    margin: auto;
}



.tilte-head-white h3 {
    margin-bottom: 20px;
    color:white;
}

.tilte-head-white div {
    border-top: 7px solid white;
    margin-top: 10px;
    width: 80px;
    margin: auto;
}