.videoContainer {
  background-color: black;
  width: 50%;
  margin: 20px auto;
  position: relative;
}

.videoWrapper {
  background-repeat: no-repeat;
  background-position: center center;
  padding: 54% 0 0 0;
  background-size: cover;
  margin: 0 auto;
  opacity: 0.6;
}

/* .js-modal-btn .youtube */

.js-modal-btn {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline;
}

.playBtn {
  background-image: url(../images/icon-play.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
  display: block;
}

.footerSocialWrapper {
  display: flex;
  gap: 25px;
}

.footerSocialWrapper a {
  font-size: 35px;
  color: white;
}

.accreditations {
  text-align: center;
  padding: 0 0px 24px;
}

.accreditations img {
  max-width: 110px;
}

.footerSocialWrapper a.footer-contact-us {
  font-size: 12px;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.iso-accred {
}
@media screen and (max-width: 767px) {
  .mobile-footer {
    flex-direction: column;
    align-items: center;
    gap: 26px;
  }
  .accreditations {
    padding: 0 0px 50px;
  }
}
