body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.all-section.cta-section {
  background-image: url('../images/cta-landscape-bg-1-1-1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 80px;
  position: relative;
}

.container {
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.container.hero-container {
  max-width: 1296px;
}

.container.cta-container {
  z-index: 200;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container.container-services, .container.test-containter {
  position: relative;
  overflow: visible;
}

.container.about-container {
  overflow: visible;
}

.navbar-container {
  max-width: 1920px;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonials-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 48px;
  display: flex;
  position: absolute;
  inset: -18% auto auto 1%;
}

.test-para {
  color: #fff;
  max-width: 637px;
  margin-bottom: 0;
}

.cta-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.two-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.9rem;
  line-height: 3.875rem;
}

.cta-paragraph1 {
  color: #fff;
  text-align: left;
  max-width: 580px;
  margin-top: 24px;
  margin-bottom: 0;
}

.cta-wrapper2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.form-wrapper {
  flex: none;
  margin-left: 0;
}

.form {
  background-color: #fff;
  border-radius: 20px;
  min-width: 500px;
  max-width: 560px;
  min-height: 580px;
  max-height: 604px;
}

.footer-wrapper {
  position: static;
}

.first-footer-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.links-wrapper {
  margin-right: 212px;
  padding-right: 0;
}

.sm-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.second-footer-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-link {
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
}

.text-block {
  color: #fff;
  font-weight: 400;
}

.white-line {
  background-color: #fff;
  width: 3000px;
  height: 2px;
  position: absolute;
  inset: 61% 0% 0%;
}

.left-arrow {
  inset: 0% auto 0% -5%;
}

.right-arrow {
  inset: 0% -5% 0% auto;
}

.forma-block {
  margin-left: 32px;
  margin-right: 32px;
}

.text-field {
  border: 1px solid #0006;
  border-radius: 20px;
  height: 48px;
  margin-bottom: 24px;
}

.contact-message {
  border: 1px solid #0006;
  border-radius: 20px;
  min-height: 160px;
  margin-bottom: 24px;
}

.submit-button {
  background-color: #123524;
  border-radius: 10px;
  width: 496px;
  height: 48px;
  margin-top: 0;
  font-weight: 400;
}

.form-2 {
  padding-top: 32px;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.swiper-wrapper.wrapper-is-services {
  display: flex;
}

.swiper-slide {
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  width: 50%;
  max-width: none;
  min-height: 410px;
  padding: 32px;
}

.swiper-slide.is-services {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.swipper-text {
  margin-top: 24px;
}

.swiper-image {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.swiper-image.margin1 {
  margin-top: 24px;
}

.test-paragraph {
  height: 90px;
}

.swiper-navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.swiper-navigation.nav-services {
  margin-bottom: 24px;
}

.swiper-arrow {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.swiper-arrow.is-prev {
  background-color: #123524;
  width: 4rem;
  height: 4rem;
}

.swiper-arrow.is-prev.is-white {
  background-color: #fff;
}

.swiper-arrow.is-next {
  background-color: #123524;
  width: 4rem;
  height: 4rem;
}

.swiper-arrow.is-next.is-white {
  background-color: #fff;
}

.form-success-message {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  top: 96px;
}

.form-error-message {
  background-color: #fff;
  border-radius: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper-404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-btn {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 60px;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  display: flex;
}

._404-paragraph {
  color: #fff;
  text-align: center;
}

._404-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 4rem;
  line-height: 5.2rem;
}

._404-big-text {
  color: #fff;
  font-size: 16rem;
  font-weight: 500;
  line-height: 20rem;
}

.section-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-main-wrapper {
  z-index: 1000;
  display: flex;
  position: relative;
}

.hero-heading-wrapper {
  z-index: 3000;
  margin-top: 160px;
  position: relative;
}

.hero-h1 {
  color: #fff;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
}

.hero-button {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 255px;
  height: 60px;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.hero-button:hover {
  background-color: #d34242;
}

.button-circle {
  background-color: #123524;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.hero-paragraph-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  height: 90vh;
  display: flex;
}

.hero-par {
  color: #fff;
  max-width: 535px;
  font-weight: 500;
}

.hero-images {
  z-index: 200;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  z-index: 300;
  background-color: #00000080;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.about-section {
  background-color: #123524;
  height: auto;
  margin-bottom: 0;
  padding-top: 96px;
  padding-bottom: 150px;
  position: relative;
  overflow: visible;
}

.about-main-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: static;
  overflow: visible;
}

.about-image-wrapper {
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.about-image-static {
  border: 16px solid #fff;
  border-radius: 8px;
}

.about-heading {
  color: #fff;
  max-width: 520px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.9rem;
  line-height: 4rem;
}

.about-paragraph {
  color: #fff;
  max-width: 580px;
  margin-top: 24px;
  margin-bottom: 0;
}

.about-image-abs {
  z-index: 1000;
  border: 16px solid #fff;
  border-radius: 8px;
  width: 70%;
  display: block;
  position: absolute;
  bottom: -15%;
  left: auto;
  right: -26%;
  overflow: clip;
}

.section-services {
  padding-top: 180px;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
}

.services-image-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.services-image {
  overflow: visible;
}

.services-overlay {
  opacity: 0;
  background-color: #123524ab;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  inset: 0%;
}

.services-para {
  color: #fff;
  margin-bottom: 0;
}

.services-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.serivces-content-main {
  margin-bottom: 48px;
  position: absolute;
  inset: -22% auto auto 1%;
}

.services-h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.9rem;
  line-height: 4rem;
}

.services-parag {
  max-width: 650px;
  margin-bottom: 0;
}

.section-testimonials {
  background-color: #123524;
  padding-top: 180px;
  padding-bottom: 96px;
  position: relative;
}

.circle-img {
  background-color: #123524;
  border-radius: 50px;
  width: 96px;
  height: 96px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.9rem;
  line-height: 2.8rem;
}

.cta-overlay {
  background-color: #00000094;
  position: absolute;
  inset: 0%;
}

.info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.info-circle {
  background-color: #123524;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
}

.text-info {
  color: #fff;
}

.info-heading {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.footer-section {
  background-color: #123524;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.section-404 {
  background-color: #123524;
  height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
}

.testimonials-heading {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 2.9rem;
  line-height: 3.9rem;
}

.navbar {
  z-index: 1500;
  background-color: #ddd0;
  padding-top: 16px;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-wrapper {
  width: auto;
  height: auto;
}

.nav-links {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
}

.nav-links.w--current {
  color: #fff;
  font-size: 1.5rem;
}

.nav-links.is-mobile {
  display: none;
}

.hero-cta-btn {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 255px;
  height: 54px;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.green-circle {
  background-color: #123524;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.button-text {
  font-weight: 500;
}

.link-block {
  z-index: 5000;
  background-color: #fff;
  width: 120px;
  height: 48px;
  position: relative;
}

.link-block:hover {
  background-color: #9b0c0c;
}

@media screen and (min-width: 1280px) {
  .all-section.cta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container.hero-container {
    max-width: 1920px;
  }

  .two-heading {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .form {
    min-height: 580px;
    max-height: 613px;
  }

  .swiper-slide {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 33%;
    display: flex;
  }

  .swipper-icon {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .swiper-image.margin1 {
    margin-top: 24px;
  }

  .test-paragraph {
    height: 120px;
  }

  .form-success-message {
    background-color: #fff;
    border-radius: 30px;
    padding-top: 20px;
    position: relative;
    top: 96px;
  }

  .form-error-message {
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
  }

  ._404-main-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .hero-main-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-h1 {
    font-size: 4rem;
    line-height: 5rem;
  }

  .about-heading {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .about-image-abs {
    width: auto;
    min-width: auto;
    max-width: none;
    display: block;
    inset: auto -24% -14% auto;
    overflow: clip;
  }

  .serivces-content-main {
    top: -22%;
  }

  .services-h2 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }

  .services-parag {
    max-width: 650px;
  }

  .contact-heading {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }

  .testimonials-heading {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}

@media screen and (max-width: 991px) {
  .all-section.cta-section {
    padding-bottom: 48px;
  }

  .container.cta-container {
    flex-flow: column;
    display: flex;
  }

  .testimonials-content-wrapper {
    position: static;
  }

  .two-heading {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }

  .cta-wrapper2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .form-wrapper {
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .form {
    min-width: 560px;
    max-width: 560px;
    min-height: 580px;
    max-height: 615px;
  }

  .first-footer-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .links-wrapper {
    margin-right: 0;
  }

  .second-footer-wrapper {
    margin-top: 32px;
  }

  .white-line {
    top: 76%;
  }

  .swiper-slide {
    width: 50%;
  }

  .test-paragraph {
    height: 90px;
  }

  .swiper-navigation {
    justify-content: center;
    align-items: center;
  }

  ._404-main-wrapper {
    flex-flow: column;
  }

  .lottie-div {
    order: 1;
  }

  ._404-big-text {
    font-size: 16rem;
    line-height: 20rem;
  }

  .section-hero {
    height: 85vh;
  }

  .hero-h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .hero-paragraph-wrapper {
    height: 80vh;
  }

  .hero-images, .hero-overlay {
    height: 85vh;
  }

  .about-section {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-main-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-image-wrapper {
    flex: 0 auto;
    order: 9999;
    padding-bottom: 80px;
    position: relative;
  }

  .about-heading {
    max-width: none;
    font-size: 2.2rem;
    line-height: 3.2rem;
  }

  .about-image-abs {
    min-width: auto;
    max-width: none;
    inset: auto 0% 0% 37%;
  }

  .section-services {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .serivces-content-main {
    position: static;
  }

  .services-h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }

  .section-testimonials {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-heading {
    font-size: 2.2rem;
  }

  .info-heading {
    font-size: 1.6rem;
  }

  .section-404 {
    height: auto;
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .testimonials-heading {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }

  .hero-cta-btn {
    width: 216px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .all-section.cta-section {
    padding-bottom: 48px;
  }

  .container.about-container {
    overflow: hidden;
  }

  .testimonials-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .test-para {
    text-align: left;
    max-width: 465px;
  }

  .two-heading {
    text-align: left;
    margin-bottom: 6px;
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .cta-paragraph1 {
    margin-top: 16px;
  }

  .cta-wrapper2 {
    flex-flow: column;
  }

  .form-wrapper {
    flex: none;
    margin-left: 8px;
    margin-right: 8px;
  }

  .form {
    min-width: 460px;
    max-width: 460px;
    display: block;
  }

  .text-link, .text-link.w--current {
    font-size: 1rem;
  }

  .submit-button {
    width: 399px;
  }

  .swiper-slide {
    width: 100%;
  }

  .icon {
    color: #fff;
    font-size: 3rem;
  }

  ._404-btn {
    width: 196px;
    height: 48px;
  }

  ._404-heading {
    font-size: 3rem;
    line-height: 4rem;
  }

  ._404-big-text {
    font-size: 13rem;
    line-height: 10rem;
  }

  .section-hero {
    height: 150vh;
  }

  .hero-main-wrapper {
    justify-content: center;
    align-items: flex-end;
    height: 140vh;
  }

  .hero-h1 {
    font-size: 2.1rem;
    line-height: 3rem;
  }

  .hero-button {
    width: 211px;
    height: 50px;
  }

  .hero-paragraph-wrapper {
    height: auto;
  }

  .hero-overlay {
    height: 150vh;
  }

  .about-section {
    padding-top: 48px;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .about-main-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .about-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .about-image-static {
    max-width: 100%;
  }

  .about-heading {
    max-width: 350px;
  }

  .about-image-abs {
    width: auto;
    max-width: 100%;
    position: static;
  }

  .section-services {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .serivces-content-main, .services-h2 {
    margin-bottom: 24px;
  }

  .info-wrapper {
    margin-top: 24px;
  }

  .info-circle {
    width: 72px;
    height: 72px;
  }

  .image-2, .image-3 {
    max-width: 80%;
  }

  .section-404 {
    background-color: #123524;
    height: auto;
    padding-top: 150px;
    padding-bottom: 48px;
  }

  .navbar {
    z-index: 1500;
  }

  .navigation-wrapper {
    background-color: #123524;
    width: 50vw;
    height: 100vh;
  }

  .nav-links {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .nav-links.is-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .all-section.cta-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .navbar-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
  }

  .testimonials-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .test-para {
    text-align: left;
  }

  .two-heading {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .cta-wrapper2 {
    flex: 0 auto;
  }

  .form {
    min-width: 310px;
    min-height: 470px;
    max-height: none;
    padding-bottom: 10px;
  }

  .links-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-link {
    font-size: 1rem;
  }

  .text-block {
    text-align: center;
  }

  .white-line {
    top: 79%;
  }

  .forma-block {
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-field {
    height: 48px;
    margin-bottom: 16px;
  }

  .contact-message {
    min-height: 118px;
    margin-bottom: 16px;
  }

  .submit-button {
    width: auto;
    min-width: 279px;
    max-width: 399px;
    height: 36px;
    margin-top: 8px;
  }

  .swiper-slide {
    min-height: 392px;
    padding: 16px;
  }

  .test-paragraph {
    height: 140px;
  }

  .swiper-navigation {
    justify-content: center;
    align-items: center;
  }

  .icon {
    font-size: 2.5rem;
  }

  ._404-heading {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  ._404-big-text {
    font-size: 9rem;
    line-height: 12rem;
  }

  .section-hero {
    height: 100svh;
  }

  .hero-main-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 43px;
  }

  .hero-h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .hero-button {
    width: 211px;
    height: 50px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .hero-par {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-overlay {
    height: 100svh;
  }

  .about-section {
    padding-top: 36px;
    padding-bottom: 36px;
    overflow: visible;
  }

  .about-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-heading {
    max-width: none;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .section-services {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .services-h2 {
    font-size: 1.8rem;
  }

  .section-testimonials {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .contact-heading {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }

  .info-heading {
    font-size: 1.4rem;
  }

  .section-404 {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .testimonials-heading {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .navbar {
    padding-top: 8px;
  }

  .navbar-logo {
    max-width: 100%;
  }

  .hamburger {
    padding: 16px 8px 8px;
  }

  .hero-cta-btn {
    width: 192px;
    height: 48px;
  }
}


