.account-type {
  padding: 20px;
  color: #fff;
  font-weight: 500;
  height: 800px;
}

.account-type-header {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.account-type-header h2 {
  color: #fff;
}
.account-type-features {
  list-style-type: none;
  margin-bottom: 20px;
  height: 600px;
}

.account-type-features li {
  margin-bottom: 10px;
}

.account-type-features li a {
  color: #000;
}

.account-type-features li a:hover {
  color: #fff;
  background-color: #000;
}
.account-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.account-col {
  width: 20%;
  padding: 0 15px;
}
#micro {
  background: #8e8f93;
}
#standart {
  background: #8aa3b6;
}
#pro {
  background: #6791b1;
}
#premium {
  background: #8fc0e1;
}
#vip {
  background: #b60101;
}
.account-registration {
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #02021e;
  padding: 5px 15px;
  border-radius: 15px;
}
.account-registration:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1700px) {
  .account-type {
    font-size: 12px;
    padding: 10px;
  }
}

@media (max-width: 1200px) {
  .account-row {
    justify-content: center;
  }
  .account-col {
    width: 33.333%;
    padding: 20px;
  }
}

@media (max-width: 950px) {
  .account-row {
    justify-content: center;
  }
  .account-col {
    width: 50%;
    padding: 20px;
  }
}

@media (max-width: 550px) {
  .account-row {
    justify-content: center;
  }
  .account-col {
    width: 100%;
    padding: 20px;
  }
}
