.content-wrapper {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    width: 75%;
}

.about-img {
    width: 500px;
}

#about-img-1 {
    float: inline-end;
}

#about-img-2 {
    float: inline-end;
}