.vip-days,
.vip-days form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.vip-days {
    flex-direction: row;
    margin-bottom: 30px;
}

.vip-days form {
    flex-direction: column;
    border: 1px solid #cbcbcb;
    padding: 20px 0;
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
    transition: all .5s;
    line-height: 38px;
    background: transparent;
    white-space: nowrap;
}

.vip-days form + form {
    margin-left: 20px;
}

.vip_title {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.vip-about {
    margin: 0;
    width: 100%;
}

.vip-about + h3 {
    margin-top: 10px;
}

.vip-about li {
    line-height: 35px;
    list-style-type: decimal;
    margin-left: 25px;
}

@media screen and (max-width: 800px) {
    .vip-days {
        flex-direction: column;
    }

    .vip-days form {
        width: 50%;
    }

    .vip-days form + form {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .vip-days {
        flex-direction: column;
    }

    .vip-days form {
        width: 100%;
    }
}