/* =============== Bottom CTA section start =============== */
.bottom-cta-section {
  margin: 100px 0;
}

.bottom-cta-title {
  font-size: 42px !important;
  text-transform: capitalize;
}

.bottom-cta-wrapper {
  padding: 48px 16px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bottom-cta-content {
  position: relative;
  max-width: 1120px;
  padding: 54px 16px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.90);
  border-radius: 12px;
}

.bottom-cta-content:before,
.bottom-cta-content:after {
  position: absolute;
  display: block;
  width: 170px;
  height: 86px;
  content: '';
  background: url(../img/home-hire.svg) center / contain no-repeat;
}

.bottom-cta-content:before {
  top: 39px;
  right: 79px;
}

.bottom-cta-content:after {
  bottom: 67px;
  left: 35px;
}

.bottom-cta-slogan-image {
  display: block;
  width: 240px;
  height: auto;
  margin: 0 auto 40px;
  object-fit: contain;
  object-position: center;
}

.bottom-cta-title {
  font-size: 42px;
  line-height: 1.4;
}

.bottom-cta-description {
  max-width: 624px;
  margin: 0 auto 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%; /* 25.92px */
  color: var(--Neutral-50);
  text-align: center;
}

.bottom-cta-link {
  min-width: 200px;
}

@media screen and (max-width: 1360px) {
  .bottom-cta-title {
    font-size: clamp(28px, 18.2px + 1.75vw, 42px);
  }
}

@media screen and (max-width: 768px) {
  .bottom-cta-section {
    margin: 50px 0;
  }

  .bottom-cta-title {
    font-size: 28px !important;
  }

  .bottom-cta-wrapper {
    padding: 39px 16px;
    background-attachment: unset;
  }

  .bottom-cta-content {
    padding: 16px 21px;
  }

  .bottom-cta-content:before,
  .bottom-cta-content:after {
    content: none;
  }

  .bottom-cta-slogan-image {
    width: 147px;
    margin: 0 auto 24px;
  }

  .bottom-cta-title {
    font-size: 28px;
  }

  .bottom-cta-description {
    font-size: 12px;
  }
}

/* =============== Bottom CTA section end =============== */
