.two-column-image-v2 {
  padding: 40px 0;
}
.two-column-image-v2__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.two-column-image-v2__wrapper--right {
  flex-direction: row-reverse;
}
.two-column-image-v2__wrapper--left {
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .two-column-image-v2__wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.two-column-image-v2__image {
  max-width: 628px;
  width: 100%;
}
.two-column-image-v2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .two-column-image-v2__image {
    max-width: 100%;
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .two-column-image-v2__image {
    height: 320px;
  }
}
@media (max-width: 575.98px) {
  .two-column-image-v2__image {
    height: 260px;
  }
}
.two-column-image-v2__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 548px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .two-column-image-v2__content {
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .two-column-image-v2__content {
    max-width: 100%;
  }
}
.two-column-image-v2__content h2 {
  margin: 0;
}
@media (max-width: 991.98px) {
  .two-column-image-v2__content h2 {
    font-size: 36px;
  }
}
.two-column-image-v2__content h2 .highlight {
  position: relative;
  white-space: nowrap;
}
.two-column-image-v2__content h2 .highlight::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ff9b3d;
  border-radius: 2px;
}
.two-column-image-v2__content .wysiwyg {
  margin: 0;
}
@media (max-width: 991.98px) {
  .two-column-image-v2__content .wysiwyg {
    font-size: 17px;
  }
}
.two-column-image-v2__content .wysiwyg p:last-child {
  margin-bottom: 0;
}
.two-column-image-v2__video-module {
  position: relative;
  height: 432px;
}
.two-column-image-v2__video-module video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.two-column-image-v2__video-module .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  transition: transform 0.2s ease;
}
.two-column-image-v2__video-module .video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 991.98px) {
  .two-column-image-v2__video-module {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .two-column-image-v2__video-module {
    height: 320px;
  }
}
@media (max-width: 575.98px) {
  .two-column-image-v2__video-module {
    height: 260px;
  }
}
.two-column-image-v2__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.two-column-image-v2__buttons .btn {
  flex: 1 1 0;
  min-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 575.98px) {
  .two-column-image-v2__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .two-column-image-v2__buttons .btn {
    width: 100%;
    flex: none;
    justify-content: center;
  }
}