.infographic-with-text__wrapper[data-v-d55b2b68] {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1746/953;
  padding-bottom: 0;
}
.infographic-with-text__content-wrapper[data-v-d55b2b68] {
  height: 100%;
}
.infographic-with-text__content[data-v-d55b2b68] {
  position: relative;
  width: 33.33%;
  padding-top: 112px;
}
.infographic-with-text__content .infographic-with-text__heading[data-v-d55b2b68] {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.infographic-with-text__image-container[data-v-d55b2b68] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
}
.infographic-with-text__image-container img[data-v-d55b2b68] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
.infographic-with-text__content[data-v-d55b2b68] {
    padding-top: 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.infographic-with-text__content .infographic-with-text__heading[data-v-d55b2b68] {
    font-size: 40px;
    line-height: 1.2;
}
}
@media screen and (max-width: 768px) {
.infographic-with-text__wrapper[data-v-d55b2b68] {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 86px;
}
.infographic-with-text__content[data-v-d55b2b68] {
    width: 100%;
    padding-top: 56px;
}
.infographic-with-text__image-container[data-v-d55b2b68] {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 350/473;
}
.infographic-with-text__image-container img[data-v-d55b2b68] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
}

