.p-section-callout-style1 {
  text-align: center;
}

.p-section-callout-style1 > .l-flex__inner {
  align-items: center;
}

.p-section-callout-style1__image-img {
  display: block;
  height: 6rem;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .p-section-callout-style1__image,
  .p-section-callout-style1__button {
    flex: 0 0 auto !important;
  }

  .p-section-callout-style1__content {
    flex: 1 1 0% !important;
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .p-section-callout-style1__image-img {
    height: 8rem;
  }
}
