.price-box {
  padding: 40px;
  background: #151921;
}

.pricing-name h4 {
  color: #e8e6e3;
  font-weight: 900;
  font-style: italic;
}

.plan-price h3 {
  font-size: 50px;
  font-weight: 900;
  font-family: 'Poppins';
  font-style: italic;
  color: #a72943;
}

.plan-price h3 span {
  font-size: 16px;
  color: #e8e6e3;
}

i.yes {
  color: #6fc11c;
}

i.no {
  color: #a72943;
}

.pricing-restriction-icon {
  color: #a72943;
}

.price-features li {
  line-height: 40px;
  font-size: 14px;
}

.price-dropdown-button {
  color: #fff !important;
  background: #a72943 !important;
  border: #262626 !important;
}

.dropdown-item {
  cursor: pointer;
}

.price-dropdown-button:hover,
.price-dropdown-button:focus,
.price-dropdown-button:checked {
  background: #922238 !important;
}

@media only screen and (max-width: 1200px) {
  .plan-price h3 {
    font-size: 42px !important;
  }
}

@media only screen and (min-width: 1400px) {
  .container.pricing-container {
    max-width: 100% !important;
    padding: 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .plan-price h3 {
    font-size: 48px !important;
  }
}
