/** ACCOUNT TYPES STYLING **/

.account-types-area {
  background: var(--section-bg);
}

.account-types-header {
  padding-top: 100px;
  padding-bottom: 50px;
}

.account-types-header h2 {
  color: var(--thm-text-color);
  padding-bottom: 20px;
}

.account-types-header p {
  color: var(--thm-text-color);
  font-size: 16px;
}

.account-types {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  border-radius: 2px;
}

.account {
  height: 100%;
  background-color: var(--account-session-bg);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  padding: 25px 30px;
}

/* .account:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
} */

.account-icon {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-icon img {
  max-width: 100%;
  height: auto;
}

.account-title {
  padding: 20px 0px;
}

.account-title h3 {
  color: var(--thm-text-color);
  font-size: 30px;
}

.account-title p {
  color: var(--thm-text-color);
  padding: 5px 0px;
  font-size: 16px;
  line-height: 20px;
}

.account-price {
  color: var(--thm-text-color);
  padding-bottom: 30px;
  text-align: center;
}

.account-price span {
  color: var(--thm-text-color);
  font-size: 24px;
  font-weight: bold;
}

.account-content {
}

.account-content ul li {
  color: var(--thm-text-color);
  font-size: 16px;
  line-height: 35px;
}

.account-btn {
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.account-btn a {
  padding: 12px 6px;
  background-color: var(--thm-btn-bg);
  color: white;
  border-radius: 5px;
}
