.pricing {
  padding: 140px 0 110px;
}
.pricing .pricing-wrap {
  margin: 0 -14px;
  display: flex;
  align-items: center;
}
.pricing-wrap .pricing-item {
  width: 33.3333333333%;
  padding: 0 14px;
}
.pricing-item .pricing-item-a {
  border: 2px solid var(--mailmechanic-turquoise);
  border-radius: 10px;
  padding: 44px 36px 60px 36px;
  text-align: center;
  background-color: #faf5f0;
  position: relative;
}
.pricing-item-a .pricing-title {
  color: var(--mailmechanic-dark-purple);
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 5px;
}
.pricing-item-a .price-x {
  color: var(--mailmechanic-turquoise);
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
}
.pricing-item-a .price-y {
  color: #666;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.price-icon {
  margin-top: 30px;
  margin-bottom: 25px;
}
.price-icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.price-info {
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-weight: 600;
}
.price-info p {
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
  text-align: left;
}
.price-info p:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: var(--mailmechanic-turquoise);
  border-radius: 50%;
}
.price-button {
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  height: 63px;
  width: 234px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  padding: 18px 24px;
  background-color: var(--mailmechanic-turquoise);
  border-radius: 3px;
}
.price-button:hover {
  background-color: #3b919d;
}

.pricing-item-a {
  min-height: 544px;
}

.pricing-item-a.price-taller {
  min-height: 610px;
}
.price-b .price-info {
  padding: 0 10px;
}

@media only screen and (max-width: 1060px) {
  .pricing {
    padding: 90px 0 60px;
  }
  .pricing .pricing-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pricing-wrap .pricing-item {
    max-width: 540px;
    padding-bottom: 56px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .pricing {
    padding: 55px 0 35px;
  }
  .pricing-item .pricing-item-a {
    padding: 38px 30px 60px 30px;
  }
  .pricing-item-a,
  .pricing-item-a.price-taller {
    min-height: 0;
  }
}
