.accounts {
    margin-bottom: 50px;
}
.account-block > div {
    padding: 0;
    sbackground: #000;
    border-radius: 8px;
    min-height: 640px;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 15px 5px #000000;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    z-index: 1;
}

.account-block >div::before {
    content: "";
    background-image: url(/assets/img/ai3.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    filter: brightness(30%);
    z-index:-1;
}


.account-block > div > :nth-child(2) {
    flex-grow: 1;
    padding: 0 10px;
}

.account-block:last-child {
    margin-right: 0;
}

.title-account {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    margin: 0 auto 20px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    position: relative;
}

.title-account span {
    display: block;
    font-size: 14px;
    opacity: 0.7;

}

.title-account > div {
    position: relative;
}
.title-account {
    background: rgba(255,255,255, .3);
    color: #bbb

}
.title-account.name1 {
    background: linear-gradient(265.14deg, var(--primary) 0.24%, var(--primary2) 102.4%);
    color: #333;
}


.title-account.name2 {
    background:linear-gradient(265.14deg, #e2e2e2 0.24%, #9a9a9a 102.4%);
    color: #333;
}


.title-account.name3 {
    background:linear-gradient(265.14deg, #ecd217 0.24%, #be751a 102.4%);
    color: #333;

}


.title-account.name4 {
    background:linear-gradient(265.14deg, #6058a3 0.24%, #1f0522 102.4%)

}


.text-account {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.account-block ul li {
    padding-left: 35px;
    font-size: 14px;
    color: #fff;
    position: relative;
    list-style: none;
    margin-bottom: 18px;
}

.account-block ul li:before {
    content: "";
    background: url("/gfx/ellipse.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}

.account-block ul {
    margin-left: 0 !important;
    padding: 0;
}

.signup-button {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 28px;
    display: block;
    background: -moz-linear-gradient(top, #83c11f 10%, #fff 50%, #83c11f 100%);
    background: -webkit-linear-gradient(top, #83c11f 10%, #fff 50%, #83c11f 100%);
    background: linear-gradient(top, #83c11f 10%, #fff 50%, #83c11f 100%);
    color: #333;
    margin: 35px auto 0;
    border-radius: 0rem;
    text-decoration: none;
}

.signup-button:hover {
    background: -moz-linear-gradient(top, #777 40%, #333 70%, #000 100%);
    background: -webkit-linear-gradient(top, #777 40%, #333 70%, #000 100%);
    background: linear-gradient(top, #777 40%, #333 70%, #000 100%);
    color: #fff;
}

@media(max-width:1139px) {
    .account-block {
        max-width:100%;
        margin-bottom:30px;
        min-height: auto;
    }
}
.account-block h4 {
    padding: .5rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #ccc !important;
    background-color: rgba(255,240,0,.2);
}