.home_content_flex{
    display: flex;
    max-width: 1020px;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.home_content_flex img{
    width: 48%;
    padding: 1%;
}

.page_button_green{
    margin: 2em auto 0;
    background: #008f3c;
    display: block;
}
.page_button_green .page_button_text{
    color: #fff;
    display: inline-block;
}
.page_button_green:hover .page_button_text{
    color: #008f3c;
}
.home_content_title:hover{
    text-decoration: none !important;
}