#about-us {
    padding: 70px 0;
}

#about-us .title {
    font-size: 48px;
    color: #5f2473;
    font-weight: 500;
    border-bottom: 3px solid #5f2473;
    display: inline-block;
    line-height: 38px;
}

#about-us .first-line-items,
#about-us .second-line-items {
    padding: 20px 0;
}

#about-us .about-us-item > h3 {
    font-size: 34px;
    color: #ee6033;
    font-weight: 500;
}

#about-us .about-us-item > h3 > span {
    background-image: url("../images/bullet.png");
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: text-top;
}

#about-us .about-us-item > p {
    font-size: 19px;
    font-weight: 400;
    display: inline-block;
    text-align: justify;
    line-height: 24px;
}


#about-us .image-1 {
    margin-left: 30px;
}

#about-us .image-2 {
    margin-left: -40px;
    align-self: center;
    margin-top: 30px;
}

#about-us .first-line-items .about-us-item > h3 {
    text-align: left;
}

#about-us .second-line-items .about-us-item > h3 {
    text-align: right;
}

#about-us .first-line-items .about-us-item > p {
    max-width: 530px;
}

#about-us .second-line-items .about-us-item > p {
    max-width: 500px;
}
