
.contact-tit {
  overflow: hidden;
  position: relative;
  background: url(https://images.unsplash.com/photo-1695388474402-ed805a890d8d?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzfHwlRUMlODQlOUMlRUIlQTUlOTh8a298MHx8fHwxNzgzODY4NzQxfDA&ixlib=rb-4.1.0&v=1783922570106) no-repeat center / cover
}

.contact-tit .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45rem
}

.contact-tit .contents-inner {
  width: 100%;
  text-align: center
}

.contact-tit .contents-container h2 {
  color: #fff
}

.contact-tit .contents-inner p {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7)
}

.contact-tit .block_overlay {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: #000
}

@media (max-width: 992px) {
  .contact-tit {
    background: url(https://images.unsplash.com/photo-1695388474402-ed805a890d8d?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwzfHwlRUMlODQlOUMlRUIlQTUlOTh8a298MHx8fHwxNzgzODY4NzQxfDA&ixlib=rb-4.1.0&v=1783922573840) no-repeat center / cover !important
  }

  .contact-tit.contents-container {
    height: 35rem;
    justify-content: flex-start
  }

  .contact-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 375px) {
  .contact-tit .contents-container {
    height: 25rem;
    justify-content: flex-start
  }

  .contact-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

.about-tit {
  overflow: hidden;
  position: relative;
  background: url(https://images.unsplash.com/photo-1462556791646-c201b8241a94?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwyMTd8fCVFQiVCOSU4QyVFQiU5NCVBOXxrb3wwfHx8fDE3ODM4OTgyMjZ8MA&ixlib=rb-4.1.0&v=1783922758656) no-repeat center / cover
}

.about-tit .contents-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45rem
}

.about-tit .contents-inner {
  width: 100%;
  text-align: center
}

.about-tit .contents-container h2 {
  color: #fff
}

.about-tit .contents-inner p {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7)
}

@media (max-width: 992px) {
  .about-tit {
    background: url(https://images.unsplash.com/photo-1462556791646-c201b8241a94?ixid=M3w0OTE2MDd8MHwxfHNlYXJjaHwyMTd8fCVFQiVCOSU4QyVFQiU5NCVBOXxrb3wwfHx8fDE3ODM4OTgyMjZ8MA&ixlib=rb-4.1.0&v=1783922762391) no-repeat center / cover !important
  }

  .about-tit.contents-container {
    height: 35rem;
    justify-content: flex-start
  }

  .about-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

@media (max-width: 375px) {
  .about-tit .contents-container {
    height: 25rem;
    justify-content: flex-start
  }

  .about-tit .contents-inner p {
    margin-top: 0.8rem
  }
}

