.ost_store_page {
    width: 100%;
    font-family: 'Poppins';
    color: #313231;
    margin-top: 0px;
}
.ost_store_page_landing img {
    width: 100%;
}
.ost_store_page_content {
    background-image: linear-gradient(0deg, #FFFFFF 0%, #EAE6D7 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ost_store_page_content_title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 100px;
    line-height: 36px;
}
.ost_store_page_content_image_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ost_store_page_content_image_container {
    width: 320px;
    height: auto;
    margin: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ost_store_page_content_image_container img {
    width: 100%;
}
.ost_store_page_content_image_container_title_box {
    background-color: #dbdcdb;
    width: 320px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ost_store_page_content_image_container_title {
    font-size: 20px;
    font-weight: 500;
}