.about-us_section {
    margin: 40px 0;
    font-family: 'Times New Roman', Times, serif;
}

.about-us_title {
    font-size: 26px;
    font-weight: bold;
}

.about-us_content {
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.5;
    text-align: justify;
}

.about-img {
    border-radius: 111px;
    border: 10px solid #FFF;
    box-shadow: 10px 10px 9px 2px rgba(0, 0, 0, 0.25);
}

.line {
    height: 1px;
    background-color: #000;
}


.timeline-year {
    padding: 4px 0;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.timeline-content {
    padding: 16px;
    color: #646464;
}

.about-us_section ul {
    list-style: disc;
}

.about-us_section ul > li {
    padding: 4px 0;
    margin-left: 3%;
}

.about-year {
    width: 100px;
}