html, body {
    height: 100%;
}
.home-page .container {
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    margin: 0 auto;
    height: 100%;
    max-height: 832px;
    justify-content: space-around;
}

.home-page h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 56px;
    /*margin-bottom: 40px;*/
}
.home-page img {
    width: 172px;
    /*margin-bottom: 40px;*/
}
.home-page h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    color: #222;
    /*margin-bottom: 64px;*/
}

.home-page .info-block {
    width: 100%;
    /*margin-bottom: 64px;*/
}
.home-page .info-block h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #111111;
    margin-bottom: 12px;
    text-align: center;
}
.home-page .info-block p {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #444444;
}

.home-page .info-block a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #444444;
    text-decoration: none;
    width: 100%;
    display: block;
}
