.page-id-175 #content > div {
    margin: 40px 0;
}

.page-id-175 #content > div:nth-child(odd) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-id-175 #content .first {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-id-175 #content .first img {
    width: 100%;;
}

.page-id-175 #content .first > div {
    flex: 1 1 40%;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.page-id-175 #content .second {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-id-175 #content .second > div {
    flex: 1 1 40%;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page-id-175 #content .second img {
    width: 100%;

}

