#about-us {
    padding: 40px 20px;
    background-color: #f2f2f2;
}

.section-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #666;
}

@media(max-width: 860px) {

    .section-content h3 {
        font-size: 17px;
    }

    .section-content p {
        font-size: 14px;
    }
}