.content {
    min-height: calc(100% - 170px);
}

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

.left {
    flex-direction: row;
}

.right {
    flex-direction: row;
}

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

.row_footer_container {
    padding-top: 64px;
    padding-bottom: 64px;
    width: 100%;
    max-width: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.row_title {
    color: #001434;
    font-size: 32px;
    font-weight: 600;
    margin-top: 17px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0;
}

.row_hero_title {
    color: #001434;
    font-size: 32px;
    font-weight: 800;
    padding-left: 10%;
    padding-right: 10%;
}

.row_footer_title {
    color: #001434;
    font-size: 32px;
    font-weight: 600;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0;
}

.row_subtitle {
    color: #858585;
    font-size: 22px;
    font-weight: 200;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 12;
}

.row_hero_subtitle {
    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: 8px;
    margin-bottom: 8px;
    white-space: pre-line;
}

.row_footer_subtitle {
    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;
}

.row_detail {
    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;
}

.row_icon {
    width: 26;
    height: 26;
    border-radius: 12px;
    padding-left: 10;
    padding-right: 10;
    padding-bottom: 10;
    padding-top: 10;
    background-color: 000000;
}

.row_icon_background {
    width: 48;
    height: 48;
    border-radius: 8px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0;
}

.row_item_title {
    color: #001434;
    font-size: 22px;
    font-weight: 600;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0;
    margin-top: 8px;
    margin-bottom: 4px;
}

.row_item_detail {
    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: 0px;
    margin-bottom: 17px;
}

.row_image_container {
    width: 50%;
    max-width: 500;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.row_image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 26;
    padding-bottom: 26;
}

.row_large_hero_image_container {
    width: 80%;
    justify-content: center;
    padding-top: 16;
    padding-bottom: 16;
}

.row_large_image {
    width: 80%;
    max-width: 500;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.row_large_hero_text_container {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    max-width: 500;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
}

.review_container {
    margin: 16;
    max-width: 1000;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-basis: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 64px;
}

.row_review_background {
    margin: 16;
    padding: 16;
    background-color: #F8F8F8;
    border-radius: 8px;
    overflow: hidden;
    max-width: 200;
}

.row_review_stars {
    color: #FF9500;
}

.row_review_title {
    padding-top: 8;
    font-weight: bold;
}

.row_review_detail {
    padding-top: 8;
    color: #858585;
    font-size: 17px;
    padding-bottom: 12;
    line-height: 25px;
    font-style: normal;
    font-weight: normal;
}

.hero_button_container {
    display: flex;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
    gap: 17px;
}

.hero_button {
    height: 35;
    line-height: 35px;
    text-align: center;
    float: right;
    text-decoration: none;
    color: white;
    background-color: #0663cc;
    font-size: 17;
    border-radius: 8px;
    font-weight: normal;
    padding-left: 10;
    padding-right: 10;
    display: block;
}

.images_container {
    margin: 16;
    width: 90%;
    max-width: 950px;
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 32px;
    padding-bottom: 64px;
}

.images_image {
    width: 33%;
}

.hero {

}

.hero_bottom {

}

.row_featured_text_container {
    padding-top: 64px;
    padding-bottom: 64px;
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.row_featured_text_title {
    color: #001434;
    font-size: 32px;
    font-weight: 600;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0;
}

.row_featured_text_body {
    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;
    white-space: pre-line;
}


@media screen and (max-width: 450px) {
    .left { flex-direction: column-reverse; }
    .right { flex-direction: column; }
    .row_text_container { width: 100%; }
    .row_image_container { 
        width: 100%;
        padding-top: 0px;
    }
    .row_text_container {
        padding-top: 64px;
    }
    .hero {
        padding-top: 0px;
        padding-bottom: 64px;
    }
    .hero_bottom {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
/*
.image_shadow {
    -webkit-filter: drop-shadow(0px 10px 10px rgba(122,122,122,.81));
    filter: drop-shadow(0px 10px 10px rgba(122,122,122,.81));
}*/
