.header-pages {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  padding-top: 73px;
  padding-bottom: 100px;
}

.header-pages::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  color: #666 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #666 !important;
}

.about .box-image img {
  border-radius: 25px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  display: none;
}

.about-us-video-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  border: 0;
  display: block;
  border-radius: 25px;
}

.video-cover {
  position: relative;
  cursor: pointer;
}

.video-cover img {
  width: 100%;
  display: block;
}

.video-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
}

.play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-button img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(228deg) brightness(104%) contrast(101%);
}

@media (min-width: 768px) and (max-width: 992px) {
  .header-pages {
    padding-top: 100px;
  }

  .video-wrapper {
    border-radius: 18px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .header-pages {
    padding-top: 100px;
  }

  .about .box-image img {
    border-radius: 18px;
  }

  .video-wrapper {
    border-radius: 18px;
  }
}

@media (max-width: 576px) {
  .header-pages {
    padding-top: 0px;
    padding-bottom: 65px;
  }

  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item a {
    font-size: 14px !important;
  }
  .about .box-image img {
    border-radius: 18px;
  }

  .video-wrapper {
    border-radius: 18px;
  }
}
