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

.page-id-170 #content > div:nth-child(odd) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 -1px 10px -2px lightgrey;
}

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

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

.page-id-170 #content .first > div {
    flex: 1 1 40%;
    padding: 40px;
    display: flex;
    align-items: center;
}


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

.page-id-170 #content .second > div {
    flex: 1 1 40%;
    padding: 40px;
    display: flex;
    align-items: center;
}

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

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

.page-id-170 #content .three > div {
    flex: 1 1 40%;
    padding: 40px;
    display: flex;
    align-items: center;
}

.page-id-170 #content .three img {
    width: auto;
    height: 250px;
    margin: auto;
}


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

.page-id-170 #content .four > div {
    flex: 1 1 40%;
    padding: 40px;
    display: flex;
    align-items: center;
}

.page-id-170 #content {
    line-height: 2em;
    font-size: large;
}

.page-id-170 #content .four img {
    width: 100%;;
}

@media screen and (max-width: 768px) {
    .page-id-170 #content > div:nth-child(odd) {
        flex-direction: column;
    }

    .page-id-170 #content .first {
        flex-direction: column;
    }

    .page-id-170 #content .second {
        flex-direction: column;
    }

    .page-id-170 #content .three {
        flex-direction: column;
    }

    .page-id-170 #content .four {
        flex-direction: column;
    }

    .page-id-170 #content .first img,
    .page-id-170 #content .second img,
    .page-id-170 #content .three img,
    .page-id-170 #content .four img {
        width: 100%;
    }
}
