/* common border radius */
/* disable text selection */
section.gt-block.pricelist .container {
  max-width: calc(846px + 20px + 20px);
}
section.gt-block.pricelist .pricelist__packages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.gt-block.pricelist .pricelist__packages-item {
  width: calc(50% - 15px);
  background-color: #FFEAB9;
  padding: 50px 33px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  margin-top: 11px;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  section.gt-block.pricelist .pricelist__packages-item {
    width: 100%;
    padding: 20px;
  }
  section.gt-block.pricelist .pricelist__packages-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
section.gt-block.pricelist .pricelist__packages-item-name {
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  section.gt-block.pricelist .pricelist__packages-item-name {
    margin-bottom: 5px;
  }
}
section.gt-block.pricelist .pricelist__packages-item-name h3 {
  color: #DE6F59;
}
section.gt-block.pricelist .pricelist__packages-item-price {
  text-align: center;
  margin-bottom: 8px;
}
section.gt-block.pricelist .pricelist__packages-item-description {
  text-align: center;
  margin-bottom: 25px;
  line-height: 125%;
}
section.gt-block.pricelist .pricelist__packages-item-description p {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  section.gt-block.pricelist .pricelist__packages-item-description p {
    font-size: 16px;
  }
}
section.gt-block.pricelist .pricelist__packages-item-cta {
  margin-top: auto;
  text-align: center;
}
section.gt-block.pricelist .pricelist__packages-item-cta button {
  cursor: pointer;
}
section.gt-block.pricelist .pricelist__note {
  margin-top: 22px;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.2px;
}
