/* =============================================================================
   InterVu homepage row only — mirrors EzCatch (left) + EzVu hover (right).
   Does not modify the top 6 product cards.
   ============================================================================= */

/* Reassign rounded corners + orange patches from LapEz row to InterVu row */
.versator .col-lg-6:nth-child(5) .versator-bg,
.versator .col-lg-6:nth-child(6) .versator-bg {
  border-radius: 0 !important;
}

.versator .col-lg-6:nth-child(7) .versator-bg > .patch,
.versator .col-lg-6:nth-child(8) .versator-bg > .patch {
  display: block;
}

/* -------------------------------------------------------------------------- */
/* InterVu cards — preserve shared layout, freeze hover behavior              */
/* -------------------------------------------------------------------------- */

.versator .col-lg-6:nth-child(7) .versator-bg {
  background: #e8e8e8 !important;
  transition: none !important;
}

.versator .col-lg-6:nth-child(7) .common-btn {
  background: #848484 !important;
}

.versator .col-lg-6:nth-child(7) .versator-logos {
  opacity: 1 !important;
}

.versator .col-lg-6:nth-child(7) .versator-logos-color {
  opacity: 0 !important;
}

.versator .col-lg-6:nth-child(7) .versator-bg:hover {
  background: #e8e8e8 !important;
}

.versator .col-lg-6:nth-child(7) .versator-bg:hover .text-box1 {
  opacity: 1 !important;
}

.versator .col-lg-6:nth-child(7) .versator-bg:hover .text-box2 {
  opacity: 0 !important;
  pointer-events: none;
}

.versator .col-lg-6:nth-child(7) .versator-bg:hover .text-box1 h2,
.versator .col-lg-6:nth-child(7) .versator-bg:hover .text-box1 h4 {
  display: block !important;
}

.versator .col-lg-6:nth-child(7) .versator-bg:hover .common-btn {
  background: #848484 !important;
}

.versator .col-lg-6:nth-child(7) .versator-bg:hover .versator-logos {
  opacity: 1 !important;
}

.versator .col-lg-6:nth-child(7) .versator-bg:hover .versator-logos-color {
  opacity: 0 !important;
}

.versator .col-lg-6:nth-child(8) .versator-bg {
  background: #848484 !important;
  transition: none !important;
}

.versator .col-lg-6:nth-child(8) .text-box2 h4,
.versator .col-lg-6:nth-child(8) .text-box2 p {
  display: block !important;
  color: #fff !important;
}

.versator .col-lg-6:nth-child(8) .text-box1 {
  opacity: 0 !important;
  pointer-events: none;
}

.versator .col-lg-6:nth-child(8) .text-box2 {
  opacity: 1 !important;
  pointer-events: auto;
}

.versator .col-lg-6:nth-child(8) .common-btn {
  background: #e75200 !important;
}

.versator .col-lg-6:nth-child(8) .versator-logos {
  opacity: 0 !important;
}

.versator .col-lg-6:nth-child(8) .versator-logos-color {
  opacity: 1 !important;
}

/* Reassign homepage orange corner patches from LapEz cards (5–6) to InterVu cards (7–8) */
@media (min-width: 769px) {
  .versator .col-lg-6:nth-child(7) .versator-bg {
    border-bottom-left-radius: 30px !important;
  }

  .versator .col-lg-6:nth-child(8) .versator-bg {
    border-bottom-right-radius: 30px !important;
  }

  .versator .col-lg-6:nth-child(5) .patch,
  .versator .col-lg-6:nth-child(6) .patch {
    display: none;
  }

  .versator .col-lg-6:nth-child(7) .patch {
    display: block;
    position: absolute;
    left: -9px;
    z-index: -1;
    transform: rotate(180deg);
    bottom: -7px;
  }

  .versator .col-lg-6:nth-child(8) .patch {
    display: block;
    position: absolute;
    right: -25px;
    z-index: -1;
    transform: rotate(90deg);
    bottom: 10px;
  }
}

.versator .col-lg-6:nth-child(8) .versator-bg:hover {
  background: #848484 !important;
}

.versator .col-lg-6:nth-child(8) .versator-bg:hover .text-box1 {
  opacity: 0 !important;
  pointer-events: none;
}

.versator .col-lg-6:nth-child(8) .versator-bg:hover .text-box2 {
  opacity: 1 !important;
  pointer-events: auto;
}

.versator .col-lg-6:nth-child(8) .versator-bg:hover .text-box2 h4,
.versator .col-lg-6:nth-child(8) .versator-bg:hover .text-box2 p {
  display: block !important;
  color: #fff !important;
}

.versator .col-lg-6:nth-child(8) .versator-bg:hover .common-btn {
  background: #e75200 !important;
}

.versator .col-lg-6:nth-child(8) .versator-bg:hover .versator-logos {
  opacity: 0 !important;
}

.versator .col-lg-6:nth-child(8) .versator-bg:hover .versator-logos-color {
  opacity: 1 !important;
}

@media (max-width: 768px) {

  .versator .col-lg-6:nth-child(5) .versator-bg,.versator .col-lg-6:nth-child(9) .versator-bg{
    border-top-left-radius: 30px !important;
  }
  .versator .col-lg-6:nth-child(6) .versator-bg {
    border-bottom-right-radius: 30px !important;
  }

  .versator .col-lg-6:nth-child(5) .patch,
  .versator .col-lg-6:nth-child(6) .patch,
  .versator .col-lg-6:nth-child(9) .patch {
    display: block;
  }

  .versator .col-lg-6:nth-child(9) .patch {
    display: block;
    position: absolute;
    transform: rotate(269deg);
    top: 10px;
    left: -24px;
    z-index: -1;
  }

  .versator .col-lg-6:nth-child(7) .text-box1 {
    opacity: 1 !important;
    pointer-events: auto;
  }

  .versator .col-lg-6:nth-child(7) .text-box2 {
    opacity: 0 !important;
    pointer-events: none;
  }

  .versator .col-lg-6:nth-child(7) .common-btn {
    background: #848484 !important;
  }

  .versator .col-lg-6:nth-child(7) .versator-logos {
    opacity: 1 !important;
  }

  .versator .col-lg-6:nth-child(7) .versator-logos-color {
    opacity: 0 !important;
  }

  .versator .col-lg-6:nth-child(7) .versator-bg.intervu-mobile-active {
    background: #848484 !important;
  }

  .versator .col-lg-6:nth-child(7) .versator-bg.intervu-mobile-active .text-box1 {
    opacity: 0 !important;
    pointer-events: none;
  }

  .versator .col-lg-6:nth-child(7) .versator-bg.intervu-mobile-active .text-box2 {
    opacity: 1 !important;
    pointer-events: auto;
  }

  .versator .col-lg-6:nth-child(7) .versator-bg.intervu-mobile-active .text-box2 h4,
  .versator .col-lg-6:nth-child(7) .versator-bg.intervu-mobile-active .text-box2 p {
    display: block !important;
    color: #fff !important;
  }

  .versator .col-lg-6:nth-child(7) .versator-bg.intervu-mobile-active .common-btn {
    background: #e75200 !important;
  }

  .versator .col-lg-6:nth-child(7) .versator-bg.intervu-mobile-active .versator-logos {
    opacity: 0 !important;
  }

  .versator .col-lg-6:nth-child(7) .versator-bg.intervu-mobile-active .versator-logos-color {
    opacity: 1 !important;
  }

  .versator .col-lg-6:nth-child(7) .versator-logos-color {
    transform: none !important;
    left: auto !important;
    right: 0 !important;
  }
  .versator .col-lg-6:nth-child(7) {
    display: none !important;
  }
  .versator .col-lg-6:nth-child(8) {
    display: none !important;
  }
  .versator .col-lg-6:nth-child(9) {
    display: block !important;
  }
}

/* InterVu product page */

.intervu-viewer-wrap {
  margin-top: 3rem;
}

.intervu-viewer {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.intervu-viewer__stage {
  position: relative;
  width: 100%;
}

.intervu-viewer__image {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.intervu-viewer__hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.intervu-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.intervu-viewer-hint {
  margin: 1rem auto 1.5rem;
  text-align: center;
  color: #666;
  font-size: 0.95rem;
  max-width: 640px;
}

.intervu-hotspot-marker {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.intervu-hotspot-marker__dot {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #e75200;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(245, 130, 32, 0.35);
}

.intervu-hotspot-marker__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.25);
  animation: intervu-hotspot-pulse 2s ease-out infinite;
}

.intervu-hotspot-marker.is-active .intervu-hotspot-marker__dot,
.intervu-hotspot-marker:hover .intervu-hotspot-marker__dot {
  background: #e75200;
  transform: scale(1.1);
}

@keyframes intervu-hotspot-pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.intervu-hotspot-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  --intervu-callout-line: 16.5px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 3;
}

.intervu-hotspot-popup.is-open {
  opacity: 1;
}

.intervu-hotspot-popup__panel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  min-width: 180px;
  max-width: 240px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f0c9a3;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.intervu-hotspot-popup__panel h4 {
  color: #e75200;
  font-size: 0.9rem;
  margin: 0;
  text-transform: none;
  line-height: 1.3;
}

.intervu-hotspot-popup__line {
  position: absolute;
  z-index: 1;
  background: #e75200;
  height: 2px;
  transform-origin: 0 50%;
}

.intervu-hotspot-popup--left .intervu-hotspot-popup__panel {
  transform: translate(calc(-100% - var(--intervu-callout-line)), -50%);
}

.intervu-hotspot-popup--left .intervu-hotspot-popup__line {
  width: var(--intervu-callout-line);
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.intervu-hotspot-popup--right .intervu-hotspot-popup__panel {
  transform: translate(var(--intervu-callout-line), -50%);
}

.intervu-hotspot-popup--right .intervu-hotspot-popup__line {
  width: var(--intervu-callout-line);
  left: 0;
  top: 0;
  transform: translate(0, -50%);
}

.intervu-hotspot-popup--top .intervu-hotspot-popup__panel {
  transform: translate(-50%, calc(-100% - var(--intervu-callout-line)));
}

.intervu-hotspot-popup--top .intervu-hotspot-popup__line {
  width: 2px;
  height: var(--intervu-callout-line);
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
}

.intervu-hotspot-popup--bottom .intervu-hotspot-popup__panel {
  transform: translate(-50%, var(--intervu-callout-line));
}

.intervu-hotspot-popup--bottom .intervu-hotspot-popup__line {
  width: 2px;
  height: var(--intervu-callout-line);
  left: 0;
  top: 0;
  transform: translate(-50%, 0);
}

/* Label box below marker; leader line points to a feature on the image */
.intervu-hotspot-popup--box-below .intervu-hotspot-popup__panel {
  transform: translate(-50%, var(--intervu-callout-line));
}

.intervu-hotspot-popup--box-below .intervu-hotspot-popup__line {
  display: none;
}

.intervu-hotspot-popup--box-right .intervu-hotspot-popup__panel {
  transform: translate(var(--intervu-callout-line), -50%);
}

.intervu-hotspot-popup--box-right .intervu-hotspot-popup__line {
  display: none;
}

.intervu-hotspot-leader-line {
  position: absolute;
  height: 2px;
  background: #e75200;
  transform-origin: 0 50%;
  pointer-events: none;
  z-index: 2;
}

.intervu-hotspot-leader-line::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e75200;
  transform: translateY(-50%);
}

.intervu-hotspot-popup--chip-camera .intervu-hotspot-popup__panel {
  min-width: 220px;
  max-width: 280px;
  padding: 8px 12px;
}

.intervu-hotspot-popup--chip-camera .intervu-hotspot-popup__panel h4 {
  line-height: 1.15;
  font-size: 0.85rem;
}

.intervu-magnifier {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}

.intervu-magnifier canvas {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.intervu-magnifier__ring {
  position: absolute;
  inset: 0;
  border: 3px solid #e75200;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

@media (max-width: 767px) {
  .intervu-hotspot-popup__panel {
    min-width: 150px;
    max-width: 190px;
    padding: 10px 12px;
  }

  .intervu-viewer--mobile .intervu-hotspot-popup--chip-camera .intervu-hotspot-popup__panel {
    min-width: 210px;
    max-width: 260px;
    padding: 6px 10px;
  }

  .intervu-viewer--mobile .intervu-hotspot-popup--chip-camera .intervu-hotspot-popup__panel h4 {
    line-height: 1.1;
    font-size: 0.8rem;
  }

  .intervu-viewer-hint {
    font-size: 0.85rem;
    padding: 0 0.5rem;
  }
}

.intervu-value-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: start;
}

@media (max-width: 1199px) {
  .intervu-value-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .intervu-value-cards {
    grid-template-columns: 1fr;
  }
}

.intervu-value-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(245, 130, 32, 0.16);
  box-shadow: 0 18px 38px rgba(245, 130, 32, 0.12);
  cursor: default;
  opacity: 0;
  transform: translateY(48px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.intervu-value-cards.is-visible .intervu-value-card {
  animation: intervu-value-card-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.intervu-value-cards.is-visible .intervu-value-card:nth-child(2) {
  animation-delay: 0.12s;
}

.intervu-value-cards.is-visible .intervu-value-card:nth-child(3) {
  animation-delay: 0.24s;
}

.intervu-value-cards.is-visible .intervu-value-card:nth-child(4) {
  animation-delay: 0.36s;
}

.intervu-value-cards.is-visible .intervu-value-card:nth-child(5) {
  animation-delay: 0.48s;
}

.intervu-value-card:hover {
  transform: translateY(-10px);
  border-color: rgba(245, 130, 32, 0.42);
  box-shadow: 0 24px 48px rgba(245, 130, 32, 0.18);
}

.intervu-value-card__media {
  position: relative;
  /* min-height: 156px; */
  padding: 18px 18px;
  background: linear-gradient(180deg, #fff7f1 0%, #ffe7d5 100%);
}

.intervu-value-card__media::before {
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  border-radius: 999px;
  background: #e75200;
}

.intervu-value-card__icon-image {
  display: block;
  width: 175px;
  height: 175px;
  margin: 10px auto 0;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(245, 130, 32, 0.16);
}

.intervu-value-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 16px 20px;
  background: #fff;
}

.intervu-value-card .card-label {
  color: #e75200;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.intervu-value-card .card-heading {
  color: #1d1d1d;
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 0;
}

.intervu-value-card .card-body-text {
  color: #4d4d4d;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  transform: translateY(14px);
  transition: max-height 0.45s ease, opacity 0.35s ease, margin-top 0.35s ease, transform 0.35s ease;
}

.intervu-value-card:hover .card-body-text {
  max-height: 240px;
  opacity: 1;
  margin-top: 14px;
  transform: translateY(0);
}

@keyframes intervu-value-card-rise {
  from {
    opacity: 0;
    transform: translateY(48px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .intervu-value-card {
    opacity: 1;
    transform: none;
  }

  /* .intervu-value-card__media {
    min-height: 132px;
  }
 */
  /* .intervu-value-card__icon-image {
    width: 92px;
    height: 92px;
  } */

  .intervu-value-card .card-body-text {
    max-height: 240px;
    opacity: 1;
    margin-top: 14px;
    transform: none;
  }
}

.intervu-comparison-section {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.intervu-comparison-table {
  margin-top: 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.intervu-comparison-table__grid {
  border-top: 3px solid #e75200;
  margin-bottom: 0;
}

.intervu-comparison-table__grid th,
.intervu-comparison-table__grid td {
  border-color: #e8e8e8;
  vertical-align: middle;
}

.intervu-comparison-table__corner {
  width: 22%;
  background: #fff;
  border-top: 0;
}

.intervu-comparison-table__head {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.35;
  padding: 1.25rem 1rem;
  border-top: 0;
  color: #333;
  background: #fdf3eb;
}

.intervu-comparison-table__icon {
  display: block;
  margin: 0 auto 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.intervu-comparison-table__icon--cross {
  color: #e53935;
}

.intervu-comparison-table__icon--check {
  color: #7b4bb7;
}

.intervu-comparison-table__label {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  background: #fafafa;
  color: #333;
  width: 22%;
}

.intervu-comparison-table__grid tbody td {
  font-size: 0.92rem;
  line-height: 1.45;
  padding: 1rem;
}

.intervu-comparison-table__cell--traditional {
  color: #9e9e9e;
}

.intervu-comparison-table__cell--office {
  color: #333;
}

.intervu-comparison-table__row-icon {
  display: inline-block;
  margin-right: 0.35rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  vertical-align: baseline;
}

.intervu-comparison-table__row-icon--cross {
  color: #e53935;
}

.intervu-comparison-table__row-icon--check {
  color: #7b4bb7;
}

@media (max-width: 767px) {
  .intervu-comparison-table__head {
    font-size: 0.78rem;
    padding: 0.85rem 0.5rem;
  }

  .intervu-comparison-table__label {
    font-size: 0.68rem;
  }

  .intervu-comparison-table__grid tbody td {
    font-size: 0.8rem;
    padding: 0.75rem 0.5rem;
  }
}

.intervu-spec-title {
  margin: 1.25rem 0 0.75rem;
  font-size: 18px;
}

.rotor-tab .intervu-spec-table thead th.f-bold {
  font-size: 18px;
  background: #999;
  color: #fff;
}

.safe .rotor-tab .intervu-spec-table tbody tr:first-child td {
  background: #e3e3e3;
  color: #333;
}

@media (min-width: 768px) {
  .intervu-page .rotor-tab ul.stickyptab {
    position: fixed;
    top: 148px;
    z-index: 20;
  }
}

.intervu-tagline-section {
  padding: 4rem 1rem;
  text-align: center;
  background: #fff;
}

.intervu-tagline-section .tagline-phrases {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}

.intervu-tagline-section .tagline-phrase {
  color: #e75200;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 600;
  font-style: italic;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.intervu-tagline-section.is-visible .tagline-phrase {
  opacity: 1;
  transform: translateY(0);
}

.intervu-tagline-section.is-visible .tagline-phrase:nth-child(1) {
  transition-delay: 0.1s;
}

.intervu-tagline-section.is-visible .tagline-phrase:nth-child(2) {
  transition-delay: 0.35s;
}

.intervu-tagline-section.is-visible .tagline-phrase:nth-child(3) {
  transition-delay: 0.6s;
}

.intervu-benefits-wrapper .easy-single .caption-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.intervu-benefits-wrapper .easy-single .icon {
  font-size: 100px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.intervu-benefits-wrapper .easy-single:hover .icon {
  font-size: 80px;
  width: 80px;
  height: 80px;
}

.intervu-benefits-wrapper .easy-single:first-child .icon {
  font-size: 100px;
  width: 100px;
  height: 100px;
}

.intervu-benefits-wrapper .easy-single:first-child:hover .icon {
  font-size: 80px;
  width: 80px;
  height: 80px;
}

.intervu-benefits-wrapper .easy-single:first-child h3,
.intervu-benefits-wrapper .easy-single:first-child .caption-main .hidden-text {
  position: static;
  top: auto;
}

.intervu-benefit-endometrial.icon,
.intervu-benefit-distension.icon,
.intervu-benefit-see-and-treat.icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.intervu-benefit-endometrial.icon {
  background-image: url('../images/intervu-endometrial-ablation-procedure-icon-orange.webp');
}

.intervu-benefit-distension.icon {
  background-image: url('../images/intervu-effective-uterine-distension-icon-orange.webp');
}

.intervu-benefit-see-and-treat.icon {
  background-image: url('../images/intervu-see-and-treat-hysteroscopy-icon-orange.webp');
}

.intervu-benefits-wrapper .easy-single:hover .intervu-benefit-endometrial.icon {
  background-image: url('../images/intervu-endometrial-ablation-procedure-icon-white.webp');
}

.intervu-benefits-wrapper .easy-single:hover .intervu-benefit-distension.icon {
  background-image: url('../images/intervu-effective-uterine-distension-icon-white.webp');
}

.intervu-benefits-wrapper .easy-single:hover .intervu-benefit-see-and-treat.icon {
  background-image: url('../images/intervu-see-and-treat-hysteroscopy-icon-white.webp');
}

@media (max-width: 992px) {
  .intervu-benefits-wrapper .easy-single .icon,
  .intervu-benefits-wrapper .easy-single:first-child .icon {
    font-size: 80px;
    width: 80px;
    height: 80px;
  }

  .intervu-benefits-wrapper .easy-single:hover .icon,
  .intervu-benefits-wrapper .easy-single:first-child:hover .icon {
    font-size: 50px;
    width: 50px;
    height: 50px;
  }
}

.product-content.intervu-content .content-wrapper.intervu-intro-full {
  display: block;
}

.product-content.intervu-content .content-wrapper.intervu-intro-full .text-box {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.product-content.intervu-content .content-wrapper.intervu-intro-full .text-box h1,
.product-content.intervu-content .content-wrapper.intervu-intro-full .text-box p {
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
