h1,
h2 {
    margin: unset;
}

section.content .aboutus-images-header .image-wrapper {
    max-width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.content .aboutus-images-header .image-wrapper img {
    max-width: 100%;
}

section.content .aboutus-images-header .image-wrapper img.logo {
    max-width: 75%;
}

section.content .aboutus .items {
    padding: 0 75px;
}

@media (max-width: 900px) {
    section.content .aboutus .items {
        padding: 10px;
    }
}