.vit {
  position: relative;
}

.vit.left::before {
  content: '';
  height: 3.125rem;
  width: 41%;
  position: absolute;
  display: block;
  background-color: var(--blue);
  top: 0;
  right: 0;
}

.vit.left::after {
  content: '';
  background-color: var(--yellow);
  height: 24.25rem;
  width: 59%;
  position: absolute;
  bottom: -3.125rem;
  left: 0;
  z-index: 1;
  display: none;
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
}

@media (min-width: 992px) {
  .vit.left::after {
    display: block;
  }
}

.vit.right::before {
  content: '';
  height: 3.125rem;
  width: 41%;
  position: absolute;
  display: block;
  background-color: var(--yellow);
  top: 0;
  left: 0;
}

.vit.right::after {
  content: '';
  background-color: var(--yellow);
  height: 24.25rem;
  width: 59%;
  position: absolute;
  bottom: -3.125rem;
  right: 0;
  z-index: 1;
  display: none;
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
}

@media (min-width: 992px) {
  .vit.right::after {
    display: block;
  }
}

.vit h2 {
  font-size: 2.8125rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .vit h2 {
    font-size: 4.375rem;
    margin-bottom: 4.75rem;
  }
}

.vit .row {
  row-gap: 2.5rem;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .vit .row {
    margin-top: 4.75rem;
  }
}

.vit-img {
  position: relative;
  z-index: 2;
}

.vit-img-btn {
  padding: 0;
  outline: 0;
  background: none;
  box-shadow: none;
  border: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 52.893518518%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.vit-img-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: .9375rem;
}

.vit-img-btn svg.play {
  position: relative;
  z-index: 2;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .vit-img-btn svg.play {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.vit-img-dialog {
  width: 90vw;
  padding: 0;
  outline: none;
  border-radius: .9375rem;
  border: 1px solid transparent;
}

.vit-img-dialog::before {
  content: '';
  background: rgba(0, 0, 0, 0.8);
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-bottom-left-radius: 1.5625rem;
}

.vit-img-dialog-close {
  padding: 0;
  outline: 0;
  box-shadow: none;
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
}

.vit-img-dialog-close svg {
  width: 2.25rem;
  height: 2.25rem;
}

.vit-img-dialog-close svg path {
  fill: var(--white);
  transition: all 0.3s ease;
}

.vit-img-dialog-close:hover svg path {
  fill: var(--yellow);
}

.vit-img-dialog-video {
  position: relative;
  padding-top: 56.231884058%;
}

.vit-img-dialog-video .youtube-player, .vit-img-dialog-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.vit-content {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .left .vit-content {
    padding-left: 2rem;
  }
  .right .vit-content {
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .left .vit-content {
    padding-left: 7rem;
  }
  .right .vit-content {
    padding-right: 7rem;
  }
}

.vit-content h4 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: "Darker Grotesque", serif;
}

.right .vit-content h4 {
  color: var(--white);
}

.vit-content p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}

.right .vit-content p {
  color: var(--white);
}

.vit-content a {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--blue);
  transition: all 0.3s ease;
}

.right .vit-content a {
  color: var(--white);
}

.vit-content a:hover {
  color: var(--yellow);
}
