.container-pb {
  padding-bottom: 5%;
}

.about-banner img {
  object-fit: cover;
  max-height: 500px;
  width: 100%;
  object-position: top;
}

.c4-icon {
  min-width: 400px;
  padding: 5%;
}
@media (max-width: 1200px) {
  .c4-icon {
    min-width: 100%;
  }
  .c4-icon img {
    width: 50%;
  }
}

h2 {
  font-size: calc(1.025rem + 0.9vw);
  line-height: 2.5rem;
}
@media (max-width: 1200px) {
  h2 {
    font-size: calc(1.525rem + 0.9vw);
  }
}

.intro-content {
  color: #dfd5bf;
}
@media (max-width: 1200px) {
  .intro-content {
    margin-top: 2rem;
  }
}
.intro-content p {
  font-size: 1.2rem;
  line-height: 2rem;
}

.video-block {
  padding: 0 2.5%;
}

.video-item {
  position: relative;
  margin: 2.5%;
  width: 45%;
}
@media (max-width: 768px) {
  .video-item {
    width: 100%;
    margin: 2.5% 0;
  }
}
.video-item:hover .video-intro {
  opacity: 0;
}
.video-item video {
  width: 100%;
}

.video-intro {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.5s;
}
.video-intro p {
  color: #fff;
  font-size: 1.6rem;
}

.video-icon {
  color: #fff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
@media (max-width: 500px) {
  .video-icon {
    width: 80px;
    height: 80px;
  }
}
.video-icon img {
  width: 50%;
  margin-right: -10px;
  filter: invert(100%) sepia(93%) saturate(2%) hue-rotate(216deg) brightness(112%) contrast(101%);
}
@media (max-width: 500px) {
  .video-icon img {
    margin-right: -5px;
  }
}/*# sourceMappingURL=about.css.map */