.prices-list {
  padding-block: clamp(30px, 8vw, 140px);
  position: relative;
}
.prices-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #ecf0f3, #ffffff);
  height: 60%;
  z-index: 1;
  width: 100%;
}
.prices-list .container {
  position: relative;
  z-index: 2;
}
.prices-list .h2 {
  font-weight: 600;
  margin-bottom: 35px;
  padding-left: 62px;
}
@media (max-width: 991px) {
  .prices-list .h2 {
    margin-bottom: 25px;
    padding-left: 15px;
  }
}
.prices-list .prices-list-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prices-list .price-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 7px;
  background-color: #ecf0f3;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .prices-list .price-item .h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.prices-list .price-item .price-check-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9536 6.16812C10.3947 7.8443 8.87968 9.77682 7.32086 12.0765C6.16823 10.9192 2.41912 8.08856 0.694281 8.08856C0.4563 8.08856 0.255991 8.14135 0.0989395 8.24537C0.0645242 8.26822 0.0372102 8.30007 0.0200515 8.33738C0.00289268 8.37468 -0.00343641 8.41597 0.00177127 8.45663C0.044639 8.79194 0.311199 9.04738 0.546452 9.27366C0.629849 9.3538 0.70857 9.42944 0.770534 9.50161L0.778328 9.51073L0.787162 9.51895C3.38092 11.953 5.46014 14.6456 6.967 17.5222C7.042 17.6663 7.15575 17.7871 7.29575 17.8714C7.43574 17.9556 7.59654 18.0001 7.76045 17.9998C7.93048 17.9998 8.097 17.9519 8.24047 17.8617C8.38393 17.7714 8.49838 17.6426 8.57039 17.4903C13.173 7.75017 17.8354 3.48008 19.8264 1.65659C20.6759 0.878728 21.0274 0.556769 20.9981 0.231087C20.9946 0.191921 20.9806 0.15439 20.9575 0.122375C20.9344 0.0903599 20.9031 0.0650223 20.8668 0.048981C20.7838 0.0145006 20.6943 -0.00230192 20.6043 -0.000333276C19.9622 -0.000333276 18.6579 0.71473 17.6769 1.3146L17.6737 1.31665C16.6562 1.96288 15.6434 2.71647 14.6635 3.55469C13.7527 4.33551 12.8403 5.21444 11.9536 6.16812Z' fill='%230D8734'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  border-radius: 50%;
  background-size: 24px;
}
@media (max-width: 768px) {
  .prices-list .price-item .price-check-icon {
    width: 38px;
    height: 38px;
    background-size: 18px;
  }
}
.prices-list .price-item-title {
  padding-left: 55px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .prices-list .price-item-title {
    padding-left: 10px;
    gap: 15px;
  }
}
.prices-list .price-item .price-name {
  font-weight: 600;
  color: #09225d;
  text-decoration: none;
  flex: 1;
  margin: 0;
}
.prices-list .price-item .price-name:hover {
  color: #0d8734;
}
.prices-list .price-item .price-value {
  background-color: white;
  border-radius: 5px;
  padding-block: 36px;
  width: 40%;
  max-width: 380px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media (max-width: 568px) {
  .prices-list .price-item .price-value {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .prices-list .price-item .price-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .prices-list .price-item .price-content .price-value {
    margin-left: 0;
    margin-top: 8px;
    align-self: flex-start;
  }
}
@media (max-width: 480px) {
  .prices-list .price-item {
    gap: 12px;
    padding: 5px;
  }
  .prices-list .price-item .price-content {
    padding: 10px 12px;
  }
  .prices-list .price-item .price-content .price-name {
    font-size: 14px;
  }
  .prices-list .price-item .price-content .price-value {
    font-size: 14px;
  }
}/*# sourceMappingURL=prices-list.css.map */