﻿#about_text {
    display: inline-block;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: black;
    max-width: 1500px;
    padding: 20px 40px;
}

#about_text_2 {
    display: inline-block;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: black;
    max-width: 1500px;
    padding: 20px 40px;
    border-top: 1px solid #0080FF;
}