/* CTA + map/gif (right media) */
.vca-cta-map-gif {
  background: #ffffff;
  padding: 36px 0 40px;
}

.vca-cta-map-gif__wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.vca-cta-map-gif .ipb-layout__container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.vca-cta-map-gif__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.vca-cta-map-gif__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}


.vca-cta-map-gif__text {
  display: block;
  color: rgb(14, 6, 32);
  font-family: type-36, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 23px;
  line-height: 34.5px;
  height: 138px;
  max-width: 555px;
  margin: 0;
}

.vca-cta-map-gif__actions .ipb-btn {
  min-width: 180px;
}

.vca-cta-map-gif__media-inner {
  display: flex;
  justify-content: flex-end;
}

.vca-cta-map-gif__media-inner img {
  width: 100%;
  max-width: 440px;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .vca-cta-map-gif__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .vca-cta-map-gif__content {
    display: contents;
  }
  .vca-cta-map-gif__content-text {
    order: 1;
    text-align: center;
  }
  .vca-cta-map-gif__media {
    order: 2;
  }
  .vca-cta-map-gif__content-actions {
    order: 3;
    display: flex;
    justify-content: center;
  }
  .vca-cta-map-gif__media-inner {
    justify-content: center;
  }
  .vca-cta-map-gif__text {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .vca-cta-map-gif {
    padding: 32px 0 40px;
  }
  .vca-cta-map-gif__text {
    font-size: 18px;
  }
}

