.testimonialContainer {
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 35px;
    max-width: 45%;
}
.testimonialContainer .authorImage {
    max-width: 100px;
    min-width: 100px;
    margin-right: 25px;
}
.container.contactSectionParent {
    width: 90%;
}
.postsContainer .article {
    width: 95%;
}