.paragraph-alternate-height-cards {
  padding: 30px 0;
}
.paragraph-alternate-height-cards.mb-remove-padding {
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .paragraph-alternate-height-cards {
    padding: 40px 0;
  }
  .paragraph-alternate-height-cards.mb-remove-padding {
    padding: 40px 0 !important;
  }
}
.paragraph-alternate-height-cards .paragraph-alternate-height-cards__field-ahc-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .paragraph-alternate-height-cards .paragraph-alternate-height-cards__field-ahc-item {
    flex-direction: row;
    gap: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .paragraph-alternate-height-cards .paragraph-alternate-height-cards__field-ahc-item {
    justify-content: flex-start;
  }
}
.paragraph-alternate-height-cards .alternate-height-cards-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
}
.paragraph-alternate-height-cards .alternate-height-cards-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .paragraph-alternate-height-cards .alternate-height-cards-header {
    margin-bottom: 15px;
    gap: 20px;
  }
}
.paragraph-alternate-height-cards .alternate-height-cards-header .component-title {
  margin-bottom: 0;
}
.paragraph-alternate-height-cards__field-description {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .paragraph-alternate-height-cards__field-description {
    margin-bottom: 40px;
  }
}
.paragraph-alternate-height-cards__field-description p {
  font-size: var(--txt-md);
  line-height: 1.5;
  color: var(--black);
}
@media only screen and (min-width: 768px) {
  .paragraph-alternate-height-cards__field-description p {
    font-size: var(--txt-lg);
  }
}