.features-table-section {
  padding: 104px 0;
}
@media (max-width: 1550px) {
  .features-table-section {
    padding: 80px 0;
  }
}
@media (max-width: 1299px) {
  .features-table-section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .features-table-section {
    padding: 48px 0;
  }
}

.features-table-wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.features-table-title {
  margin: 0 0 48px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .features-table-title {
    margin: 0 0 24px 0;
  }
}
.features-table-title h2 {
  margin: 0;
}

.features-table-block {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 40px;
  border: 1px solid rgba(50, 47, 48, 0.2);
}
@media (max-width: 1199px) {
  .features-table-block {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .features-table-block {
    overflow-x: scroll;
  }
}
.features-table-block .features-table-row {
  display: flex;
  align-items: center;
  gap: 0 48px;
}
@media (max-width: 1199px) {
  .features-table-block .features-table-row {
    gap: 0 16px;
  }
}
@media (max-width: 991px) {
  .features-table-block .features-table-row {
    width: 900px;
  }
}
@media (max-width: 767px) {
  .features-table-block .features-table-row {
    width: 677px;
    gap: 0 24px;
  }
}
.features-table-block .features-table-row .features-table-col h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #322F30;
  margin: 0;
  opacity: 0.75;
}
.features-table-block .features-table-row .features-table-col h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #111111;
  margin: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .features-table-block .features-table-row .features-table-col h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .features-table-block .features-table-row .features-table-col h5 {
    font-size: 16px;
  }
}
.features-table-block .features-table-row .features-table-col .features-table-icon-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.features-table-block .features-table-row .features-table-col .features-table-icon-block img, .features-table-block .features-table-row .features-table-col .features-table-icon-block svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.features-table-block .features-table-row .features-table-col .features-table-icon-block h5 {
  width: calc(100% - 40px);
  padding: 0 0 0 12px;
}
.features-table-block .features-table-row .features-table-col-left {
  width: 44%;
  padding: 0 0;
}
.features-table-block .features-table-row .features-table-col-left h5 {
  display: block;
}
.features-table-block .features-table-row .features-table-col-center {
  width: 28%;
  padding: 19.5px 0;
  text-align: center;
  background-color: #AE0F0A;
}
@media (max-width: 767px) {
  .features-table-block .features-table-row .features-table-col-center {
    padding: 15px 10px;
  }
}
.features-table-block .features-table-row .features-table-col-center h5, .features-table-block .features-table-row .features-table-col-center h6 {
  color: #FFFFFF;
}
.features-table-block .features-table-row .features-table-col-right {
  width: 28%;
  padding: 0 0;
  text-align: center;
}
.features-table-block .features-table-row:first-child .features-table-col-left {
  padding-top: 12px;
}
.features-table-block .features-table-row:first-child .features-table-col-center {
  border-radius: 16px 16px 0 0;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .features-table-block .features-table-row:first-child .features-table-col-center {
    padding-top: 16px;
  }
}
.features-table-block .features-table-row:first-child .features-table-col-right {
  padding-top: 12px;
}
.features-table-block .features-table-row:last-child .features-table-col-left {
  padding-bottom: 12px;
}
.features-table-block .features-table-row:last-child .features-table-col-center {
  border-radius: 0 0 16px 16px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .features-table-block .features-table-row:last-child .features-table-col-center {
    padding-bottom: 16px;
  }
}
.features-table-block .features-table-row:last-child .features-table-col-right {
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .features-table-block .features-table-row:last-child .features-table-col-right {
    padding-bottom: 0;
  }
}

.features-table-text {
  text-align: center;
  margin: 40px 0 0 0;
}
@media (max-width: 1199px) {
  .features-table-text {
    margin: 24px 0 0 0;
  }
}
.features-table-text p {
  color: #322F30;
  opacity: 0.75;
}
@media (max-width: 767px) {
  .features-table-text p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=pricing_section.min.css.map */
