.hero-home {
  width: 100%;
  height: 720px;
  overflow: hidden;
  background-blend-mode: multiply, normal;
}

@media (max-width: 768px) {
  .hero-home {
    height: 594px;
  }
}

.hero-home .background-image {
  position: relative;
  height: 100%;
}

.hero-home .background-image .hero-overlay::before {
  background: linear-gradient(0deg, rgba(33, 46, 94, 0.75), rgba(33, 46, 94, 0.75));
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.hero-home .background-image .hero-overlay .container-page {
  padding-top: 124px;
  width: 100%;
  height: 720px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero-home .background-image .hero-overlay .container-page {
    height: initial;
  }
}

.hero-home .background-image .hero-overlay .container-page .hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 150px;
}

@media (max-width: 768px) {
  .hero-home .background-image .hero-overlay .container-page .hero-section {
    padding-top: 20px;
    margin-bottom: 38px;
  }
}

.hero-home .background-image .hero-overlay .container-page .hero-section .main-text {
  width: 740px;
  justify-content: center;
  align-content: center;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 63px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-home .background-image .hero-overlay .container-page .hero-section .main-text h1 {
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .hero-home .background-image .hero-overlay .container-page .hero-section .main-text {
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
}

.hero-home .background-image .hero-overlay .container-page .hero-section .secondary-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 768px) {
  .hero-home .background-image .hero-overlay .container-page .hero-section .secondary-text {
    text-align: center;
    width: 100%;
    align-self: start;
  }
}

.hero-home .background-image .hero-overlay .container-page .btn-hero-home {
  background: linear-gradient(270deg, #E75E24 0%, #F9893D 100%);
  border-radius: 30px;
  width: 142px;
  height: 56px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
}

@media (min-width: 768px) {
  .hero-home .background-image .hero-overlay .container-page .btn-hero-home {
    display: none;
  }
}

.hero-home .background-image .hero-overlay .container-page .btn-hero-home:hover {
  background: linear-gradient(270deg, #F9893D 0%, #F9893D 100%);
}

.hero-home .background-image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.hero-services {
  position: relative;
  top: -125px;
}

.hero-services::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(96.14deg, #212E5E -67.87%, #212E5E 32.51%, rgba(33, 46, 94, 0) 235.89%);
  left: 0;
  top: 0;
}

.hero-services img {
  width: 100%;
  max-height: 617px;
  object-fit: cover;
}

.hero-services .content {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 1280px;
  padding: 0 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 710px;
}

.hero-services .content h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #DAE2ED;
  padding-bottom: 10px;
}

.hero-services .content h1 {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 63px;
  color: #FFFFFF;
  padding-bottom: 15px;
}

.hero-services .content p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

@media only screen and (max-width: 992px) {
  .hero-services .content {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-services::before {
    background: #212E5E;
  }

  .hero-services img {
    max-width: max-content;
    min-height: 617px;
  }

  .hero-services .content h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .hero-services .content h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-services .content p {
    font-size: 15px;
    line-height: 23px;
  }
}
