/* @import url("base.css"); */

/* corporate philosophy */
.corporate-philosophy-text {
    text-align: center;
    font-weight: bold;
}

/* text */
.text-yellow {
    color: #ffc000;
}
.text-lightblue {
    color: #0070c0;
}
.text-green {
    color: #4ea72e;
}
.long-paragraph {
    white-space: pre-line;
}
