.hero__section {
  background-size: cover;
  min-height: 500px;
  position: relative;
  padding: 10rem 2rem !important;
  max-width: 1920px;
  width: calc(100% - 6rem);
  margin: auto;
  margin-top: -4.5rem !important;
}

@media (max-width: 768px) {
  .hero__section {
    padding: 3rem 1.4rem !important;
    width: calc(100% - 2rem);
    margin-top: 0 !important;
  }
}

.hero__section::before {
  content: '';
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
}

@media (max-width: 768px) {
  .hero__section .fs-4 {
    font-size: 0.8rem !important;
  }
}

.hero__section .container {
  position: relative;
  z-index: 5;
}

@media (max-width: 768px) {
  .hero__section .container {
    text-align: center;
  }
}

.hero__section .container h1 {
  font-size: 3rem;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1.2 !important;
}

@media (max-width: 768px) {
  .hero__section .container h1 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1500px) {
  .hero__section .container h1 {
    max-width: 75%;
  }
}

@media (max-width: 768px) {
  .hero__section .hero-btn-primary {
    min-width: 90%;
  }
}
