.imageCenter {
    padding: 0 0 50px;
}
.imageCenter .header {
    margin-bottom: 50px;
}
.imageCenter .header h2 {
    color: #862A75;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}

.imageCenter img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
