﻿.hs_main {
    margin-top: 100px;
    margin-bottom: 100px;
}

.hs_main .thumbnail {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 310px;
    margin-bottom: 30px;
    border-radius: 0;
    height: 280px;
    border: 0;
}

.health_scheme_cell {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: inherit;
}

.health_scheme_cell .scheme_cell_logo {
    width: 80%;
}

.health_scheme_cell .scheme_cell_logo>img {
    width: 100%;
    display: block;
    height: auto;
}

.health_scheme_cell .scheme_cell_info {
    position: absolute;
    bottom: 65px;
    right: 0;
    width: 50%;
    height: 30%;
    background-color: #fff;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .1);
}

.health_scheme_cell .scheme_cell_info h4 {
    font-weight: 510;
    text-align: center;
    padding: 30px;
    font-size: 18px;
    line-height: 30%;
}