.prices-section {
  padding: 50px 0;
}
@media (max-width: 576px) {
  .prices-section {
    padding: 20px 0;
  }
}
.prices-section .card {
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
}
.prices-section .card .box {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .prices-section .card .box {
    padding: 0;
  }
}
.prices-section .card .box .image {
  padding-top: 15px;
}
.prices-section .card .box .content {
  min-height: 100px;
  padding: 0 10px 10px 10px;
}
.prices-section .card .box .content .title {
  margin: 15px 0;
}
.prices-section .card .box .content ul li {
  position: relative;
}
.prices-section .card .box .content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: var(--main-light);
  z-index: 2;
}
.prices-section .card .content {
  padding: 20px;
  min-height: 205px;
}
.prices-section .card .content .title {
  font-size: 25px;
  color: var(--main-light);
}
.prices-section .card .content .title span {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .prices-section .card .content .title {
    font-size: 19px;
    margin: 10px 0 5px 0;
  }
}
@media (max-width: 991) {
  .prices-section .card .content .title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .prices-section .card .content .title {
    margin-bottom: 10px;
  }
  .prices-section .card .content .title span {
    display: block;
    font-size: 14px;
  }
}
.prices-section .card .content .list {
  margin-left: 20px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .prices-section .card .content .list {
    font-size: 14px;
  }
}
.prices-section .card .content .list li {
  position: relative;
}
.prices-section .card .content .list li span {
  font-size: 12px;
}
.prices-section .card .content .list li span span {
  color: var(--main-light);
}
@media (max-width: 576px) {
  .prices-section .card .content .list li {
    line-height: 20px;
  }
}
.prices-section .card .content .list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: var(--main-light);
  z-index: 2;
}
.prices-section .card .body {
  display: flex;
  justify-content: center;
  padding: 20px 25px;
}
.prices-section .card .body ul li {
  position: relative;
  font-size: 14px;
}
.prices-section .card .body ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: var(--main-light);
  z-index: 2;
}
.prices-section .text {
  font-style: italic;
}
@media (max-width: 576px) {
  .prices-section .text {
    padding: 15px 6px 0 6px;
    font-size: 12px;
    line-height: 16px;
  }
}
