.content {
    max-width: 1000;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    min-height: calc(100% - 170px);
}

.spacing {
    height: 50%;
}

.press {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.press_text_container {
    padding-bottom: 20px;
    width: 50%;
    max-width: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.press_hero_text_container {
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.press_title {
    color: #001434;
    font-size: 32px;
    font-weight: bold;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 8;
}

.press_description {
    color: #858585;
    font-size: 17px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 12;
    line-height: 25px;
    font-style: normal;
    font-weight: normal;
    margin-top: 17px;
    margin-bottom: 17px;
}

.press_image_container {
    width: 50%;
    max-width: 500;
    justify-content: center;
    padding-top: 16;
    padding-bottom: 16;
}

.press_hero_image_container {
    justify-content: center;
    padding-top: 16;
    padding-bottom: 16;
}

.press_image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.press_hero_image {
    width: 80%;
    margin-top: 16px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 10px;
}

.press_button_container {
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 8;
}

@media screen and (max-width: 450px) {
    .press { flex-direction: column; }
    .press_text_container { width: 100%; }
    .press_image_container { width: 100%; }
}
