.single-instructor-hero-section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-instructor-hero-section__contents {
  padding: 200px 0 150px;
}
@media (max-width: 991px) {
  .single-instructor-hero-section {
    height: auto;
  }
  .single-instructor-hero-section__contents {
    padding: 100px 0;
  }
}
.single-instructor-hero-section__welcome-icon {
  display: inline-block;
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
.single-instructor-hero-section__welcome-separator {
  width: 16px;
  height: 1px;
  background-color: var(--black);
}
.single-instructor-hero-section__description .circle-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--black);
}
.single-instructor-hero-section__description .line-separator {
  width: 16px;
  height: 1px;
  background-color: var(--black);
}
.single-instructor-hero-section__main-img {
  width: calc(100% - 128px);
  max-width: 556px;
  height: 100%;
  max-height: 750px;
}
@media (max-width: 991px) {
  .single-instructor-hero-section__main-img {
    width: auto;
    max-width: 100%;
    height: 320px;
  }
}
.single-instructor-hero-section__spinning-img {
  width: 132px;
  height: 132px;
  position: absolute;
  bottom: 324px;
  right: 0;
  z-index: 2;
  transition: all 0.4s;
  animation: rotate-animation 12s infinite linear;
}
.rtl .single-instructor-hero-section__spinning-img {
  right: auto;
  left: 0;
}
.single-instructor-hero-section__companies-logos {
  width: 100%;
  height: 80px;
}
@media (max-width: 991px) {
  .single-instructor-hero-section__companies-logos {
    height: auto;
  }
}
.single-instructor-hero-section__companies-logos-title-separator {
  width: 8px;
  height: 1px;
  background-color: var(--white);
}
.single-instructor-hero-section__companies-logos-item {
  height: 32px;
}
.single-instructor-hero-section__companies-logos-item img {
  max-height: 100%;
}
