/* about-us */
section.about-us :is(h1, h2, h3, h4, h5, h6) {
    margin: 0 0 20px;
}
section.about-us .about-content .content-container {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
section.about-us .about-content p:not(:last-child) {
    margin: 0 0 14px;
}
section.about-us .about-content {
    padding: 40px 20px;
    background: #F5F5F5;
    border-radius: 10px;
}