.offeringsGridShort .offeringsGridShort__offering {
  background: white;
}
.offeringsGridShort .offeringsGridShort__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offeringsGridShort .offeringsGridShort__title h2 {
  margin-top: 0;
}
.offeringsGridShort .offeringsGridShort__title h2,
.offeringsGridShort .offeringsGridShort__title .offeringsGridShort__title__CTA {
  flex: 0 1 auto;
  width: 100%;
}
.offeringsGridShort .offeringsGridShort__title .btn-action {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 13px;
}
.offeringsGridShort .offeringsGridShort__title .btn-action span {
  border: 0;
  padding: 0;
}
[class*='--background-gray'] .offeringsGridShort__wrapper {
  max-width: 1009px;
  margin: 0 auto;
}
/* ==========================================================================
   Mobile layout adjustments
   ========================================================================== */
@media (max-width: 1009px) {
  .offeringsGridShort__title {
    padding: 0 25px;
  }
}
@media (max-width: 600px) {
  .offeringsGridShort .offeringsGridShort__title h2 {
    margin-bottom: 25px;
  }
  .offeringsGridShort:has(.offeringsGridShort__offering2 .offering__border) {
    grid-template-columns: repeat(2, 1fr);
  }
  .offeringsGridShort:has(.offeringsGridShort__offering2 .offering__border) .offeringsGridShort__title {
    grid-column-start: span 2;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .offeringsGridShort:has(.offeringsGridShort__offering2 .offering__border) {
    grid-template-columns: 1fr;
  }
  .offeringsGridShort:has(.offeringsGridShort__offering2 .offering__border) .offeringsGridShort__title {
    grid-column-start: auto;
  }
}
