@import 'root.css';

.aboutUs {
    background-color: var(--light-color);
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.aboutUs p {
    width: 960px;
}

@media (max-width: 992px) {
    .aboutUs p {
        width: 100%;
    }
}