.sp-hero-section {
  display: block;
}
.sp-hero-section .container {
  max-width: 1120px;
}
.sp-hero-section__thumb {
  height: 700px;
  position: relative;
  overflow: hidden;
}
.sp-hero-section-3 .sp-hero-section__thumb {
  height: 550px;
}

.sp-hero-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  will-change: transform;
}

.sp-hero-section__content {
  position: absolute;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.sp-hero-section__logo {
  width: 500px;
  max-width: 80%;
  height: auto;
}
.sp-hero-section__title {
  font-size: 4rem;
  padding-top: 60px;
  letter-spacing: 6px;
  font-weight: 700;
  margin: 0;
}

.sp-hero-section-2 .sp-hero-section__title {
  color: var(--darkColor);
}

.sp-hero-section__title .font-family-secondary {
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0;
}

.sp-hero-section-3 .logo {
  text-align: left;
  padding-left: 60px;
}
.sp-hero-section-3 .logo img {
  width: 170px;
  height: auto;
}
.sp-hero-section-3 .sp-hero-section__title {
  padding-top: 40px;
  font-size: 64px;
}

@media screen and (max-width: 560px) {
  .sp-hero-section__title,
  .sp-hero-section-3 .sp-hero-section__title {
    font-size: 32px;
    letter-spacing: 3px;
    padding-top: 30px;
  }
  .sp-hero-section__title .font-family-secondary {
    font-size: 30px;
    letter-spacing: 0px;
  }
  .sp-hero-section__thumb {
    height: 300px;
    position: relative;
  }
  .sp-hero-section-3 .logo img {
    width: 100px;
    height: auto;
  }
  .sp-hero-section-3 .sp-hero-section__thumb {
    height: 300px;
  }
  .sp-hero-section__logo {
    width: 270px;
  }
}
