.about-us-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-us-section .about-us-title {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-image {
  overflow: hidden;
  max-height: 471px;
}

.section-image .section-image-container {
  overflow:visible;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 157px);
}

.section-image .section-image-container > div, .section-image .section-image-container > img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.section-image .section-image-container .fade-in {
  opacity: 1;
}

.section-image .section-image-container .fade-out {
  opacity: 0;
}


.bg-primary-black {
  background-color: #191424 !important;
}

.bg-orange-yellow {
  background-color: #FFA528 !important;
}

.bg-ep-blue {
  background-color: #364DE7 !important;
}