#aboutus-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
/* 
.about-paragraph p {
    text-align: justify;
} */

@media only screen and (max-width: 1210px) {
    .about-image {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1014px) {
    .about-image {
        text-align: center;
        margin-top: 85px;
    }
}

@media screen and (max-width: 768px) {
    .about-paragraph .welcome-text {
        text-align: center;
    }
    .about-paragraph p,
    h4 {
        text-align: center;
    }
    .about-paragraph button {
        text-align: center;
    }
}