@media only screen and (min-width: 1440px) {
  .columns-and-boxes > .container {
    max-width: 1205px;
    width: 92%;
  }
}
.columns-and-boxes .heading {
  margin-bottom: 54px;
}
@media only screen and (min-width: 992px) {
  .columns-and-boxes .heading {
    width: 32%;
    max-width: 440px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .columns-and-boxes .heading {
    margin-left: 2%;
  }
}
.columns-and-boxes .heading .section-title {
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 390px) {
  .columns-and-boxes .heading .section-title {
    margin-bottom: calc(15px + 15 * (100vw - 390px) / 1050) !important;
  }
}
@media only screen and (min-width: 1440px) {
  .columns-and-boxes .heading .section-title {
    margin-bottom: 30px !important;
  }
}
.columns-and-boxes .heading .cta {
  margin-top: 26px;
}
@media only screen and (min-width: 390px) {
  .columns-and-boxes .heading .cta {
    margin-top: calc(26px + 12 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .columns-and-boxes .heading .cta {
    margin-top: 38px;
  }
}
.columns-and-boxes .items {
  gap: 14px;
}
@media only screen and (min-width: 390px) {
  .columns-and-boxes .items {
    gap: calc(14px + 21 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .columns-and-boxes .items {
    gap: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .columns-and-boxes .items {
    width: 52.3%;
  }
}
.columns-and-boxes .item {
  width: 47%;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 13px;
  padding-right: 13px;
  background-color: #FFFBEB;
  border: 2px solid #FFEC99;
}
@media only screen and (min-width: 390px) {
  .columns-and-boxes .item {
    padding-top: calc(22px + 58 * (100vw - 390px) / 1050);
    padding-bottom: calc(22px + 58 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .columns-and-boxes .item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 390px) {
  .columns-and-boxes .item {
    padding-left: calc(13px + 12 * (100vw - 390px) / 1050);
    padding-right: calc(13px + 12 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .columns-and-boxes .item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.columns-and-boxes .item:hover {
  background-color: #FFD000;
}
.columns-and-boxes .item * {
  color: #04303A !important;
}
.columns-and-boxes .item-title {
  font-size: 14px;
}
@media only screen and (min-width: 390px) {
  .columns-and-boxes .item-title {
    font-size: calc(14px + 8 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .columns-and-boxes .item-title {
    font-size: 22px;
  }
}
.columns-and-boxes .item-text {
  font-size: 14px;
}
@media only screen and (min-width: 390px) {
  .columns-and-boxes .item-text {
    font-size: calc(14px + 2 * (100vw - 390px) / 1050);
  }
}
@media only screen and (min-width: 1440px) {
  .columns-and-boxes .item-text {
    font-size: 16px;
  }
}

/*# sourceMappingURL=block.css.map*/