.about-company-image {
    width: 40%;
    margin-bottom: 3em;
}
@media (max-width: 575px) {
    .about-company-image {
        width: 100%;
    }
}