.aboutus{
    padding: 4rem 0;
}

.aboutus .sectitle{
    color: var(--main);
    margin-bottom: 2rem;
}

.aboutus .text{
    margin-bottom: 2rem;
}

.aboutus .text strong{
    color: var(--title);
}