.video-empresas-exitosas__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1px;
  color: #06f;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .video-empresas-exitosas__title {
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .video-empresas-exitosas__title {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
}
.video-empresas-exitosas__image {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .video-empresas-exitosas__image {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2117647059);
  }
}
.video-empresas-exitosas__copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  text-align: left;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .video-empresas-exitosas__copy {
    text-align: center;
  }
}
.video-empresas-exitosas__bottom-copy {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .video-empresas-exitosas__bottom-copy {
    display: none;
  }
}

.oe-modal__wrapper-youtube-player {
  position: relative;
  padding-bottom: 57.23% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}


.oe-modal .modal-body {
    height: 388px;
}