.full-width-callout {
  background: #2a4d69;
  border-radius: 0 0 200px 0;
  padding: 48px 0 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .full-width-callout {
    border-radius: 0 0 80px 0;
  }
}
.full-width-callout__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 146px;
  position: relative;
}
.full-width-callout__wrapper::before {
  content: "";
  position: absolute;
  left: -20%;
  bottom: 0;
  width: 744px;
  height: 525px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .full-width-callout__wrapper::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .full-width-callout__wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.full-width-callout__image {
  position: relative;
  max-width: 413px;
  z-index: 2;
}
.full-width-callout__image::before {
  content: "";
  position: absolute;
  left: -20%;
  bottom: 0;
  width: 744px;
  height: 525px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
  z-index: -1;
  display: none;
}
@media (max-width: 991.98px) {
  .full-width-callout__image::before {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .full-width-callout__image::before {
    height: 418px;
    background-size: contain;
    left: -13%;
  }
}
.full-width-callout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
@media (max-width: 991.98px) {
  .full-width-callout__image img {
    left: 40%;
  }
}
@media (max-width: 575.98px) {
  .full-width-callout__image img {
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .full-width-callout__image {
    width: 100%;
  }
}
.full-width-callout__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1;
}
@media (max-width: 991.98px) {
  .full-width-callout__content {
    max-width: 100%;
  }
}
.full-width-callout__buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .full-width-callout__buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .full-width-callout__buttons .btn {
    width: 100%;
    text-align: center;
  }
}
.full-width-callout .section-header .subtitle {
  color: #ffffff;
  border-color: #ffffff;
}
.full-width-callout .section-header h2 {
  color: #ffffff;
}
.full-width-callout .body-medium {
  color: #ffffff;
}