.aboutus {
    background-color: #ffe166;
    color: black;
    text-align: center;
    margin-top: 70px;
}

.aboutus .aboutus-text {
    background-color: #917400;
    border: 2px solid #6b4701;
    border-radius: 15px;
    color: white;
    margin: 15px;
}

@media (max-width: 1199px) {
    .aboutus {
        marign-top: 65px;
    }
}

@media (max-width: 991.98px) {
    .aboutus {
        margin-top: 55px;
    }
}