.navbar1-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}

.navbar1-navbar-interactive {
  width: 100%;
  height: 126px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}

.navbar1-image {
  width: 112px;
  height: auto;
  object-fit: cover;
}

.navbar1-desktop-menu {
  flex: 1;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.navbar1-buttons {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}

.navbar1-action1 {
  width: 108px;
  display: flex;
  border-color: #3dae2b;
  flex-direction: row;
  text-decoration: none;
  background-color: #3dae2b;
}

.navbar1-action2 {
  color: #3dae2b;
  width: 108px;
  display: flex;
  border-color: #3dae2b;
  flex-direction: row;
  text-decoration: none;
}

.navbar1-burger-menu {
  display: none;
}

.navbar1-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.navbar1-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}

.navbar1-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.navbar1-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}

.navbar1-image1 {
  width: 141px;
  height: 148px;
  object-fit: cover;
}

.navbar1-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar1-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.navbar1-buttons1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: row;
}

.navbar1-action11 {
  width: 108px;
  border-color: #3dae2b;
  text-decoration: none;
  background-color: #3dae2b;
}

.navbar1-action21 {
  fill: #3dae2b;
  color: #3dae2b;
  width: 108px;
  border-color: #3dae2b;
  text-decoration: none;
}

.navbar1-root-class-name {
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  position: absolute;
}

@media(max-width: 991px) {
  .navbar1-desktop-menu {
    display: none;
  }

  .navbar1-burger-menu {
    display: flex;
  }
}

@media(max-width: 767px) {
  .navbar1-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .navbar1-burger-menu {
    align-items: center;
    justify-content: center;
  }
}

@media(max-width: 479px) {
  .navbar1-navbar-interactive {
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }

  .navbar1-mobile-menu {
    width: 100%;
    height: auto;
    padding: var(--dl-space-space-unit);
  }
}

.number-number {
  position: relative;
  background-color: #ffffff;
}

.number-root-class-name {
  width: 11%;
  background-color: #E8E6DA;
}

.number-root-class-name1 {
  width: 11%;
  background-color: #D0DFA6;
}

.number-root-class-name2 {
  width: 11%;
  background-color: #79D490;
}

.number-root-class-name3 {
  width: 11%;
}

.number-root-class-name4 {
  width: 80px;
  background-color: #79D490;
}

.number-root-class-name5 {
  width: 11%;
  background-color: #4fbb65;
}

@media(max-width: 479px) {
  .number-number {
    width: 40px;
    height: 40px;
  }

  .number-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }
}

.steps-steps-list {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}

.steps-list {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.steps-section {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: row;
  justify-content: center;
}

.steps-caption {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-family: Lora;
  font-weight: 500;
}

.steps-section1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: row;
  justify-content: center;
}

.steps-caption1 {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-family: Lora;
  font-weight: 500;
}

.steps-section2 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: row;
  justify-content: center;
}

.steps-caption2 {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-family: Lora;
  font-weight: 500;
}

.steps-section3 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  flex-direction: row;
  justify-content: center;
}

.steps-caption3 {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-family: Lora;
  font-weight: 500;
}

.steps-section4 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.steps-caption4 {
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-family: "Lora";
  font-weight: 500;
}

.steps-root-class-name {
  width: 100%;
  height: auto;
}

@media(max-width: 767px) {
  .steps-steps-list {
    flex-direction: column;
  }
}

@media(max-width: 479px) {
  .steps-list {
    width: 320px;
  }

  .steps-caption {
    font-size: 16px;
    line-height: 40px;
  }

  .steps-caption1 {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 40px;
  }

  .steps-caption2 {
    width: 90%;
    height: auto;
    font-size: 16px;
    line-height: 40px;
  }

  .steps-caption3 {
    width: 90%;
    height: auto;
    font-size: 16px;
    line-height: 40px;
  }

  .steps-section4 {
    width: auto;
  }

  .steps-caption4 {
    width: auto;
    font-size: 16px;
    line-height: 40px;
  }

  .steps-root-class-name {
    width: auto;
    height: auto;
    align-self: center;
    margin-left: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-halfunit);
  }
}

.branding-branding {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
}

.branding-company-name {
  color: #222223;
  font-size: 36px;
  font-style: normal;
  font-family: Lora;
  font-weight: 500;
  line-height: 54px;
}


.branding-root-class-name2 {
  width: auto;
  height: auto;
}

@media(max-width: 767px) {
  .branding-company-name {
    font-size: 21px;
    line-height: 32px;
  }
}

@media(max-width: 479px) {
  .branding-root-class-name2 {
    width: auto;
    height: auto;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}

.home-hero {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 117px;
  align-items: center;
  flex-direction: column;
  background-color: #F6F5ED;
}

.home-main {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: auto;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: center;
}

.home-content {
  gap: var(--dl-space-space-fiveunits);
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}

.home-container1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -5%;
}

.home-header {
  gap: var(--dl-space-space-unit);
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-heading {
  color: rgb(34, 34, 35);
  width: auto;
  font-size: 5em;
}

.home-caption {
  color: rgb(34, 34, 35);
  width: auto;
  height: auto;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}

.home-hero-section {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 600px;
  align-items: flex-start;
  flex-direction: column;
}

.home-buttons {
  gap: var(--dl-space-space-unit);
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: row;
}

.home-image {
  width: auto;
  height: auto;
  object-fit: cover;
  padding-bottom: 3px;
}

.home-details-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  background-color: #79D490;
}

.home-details {
  gap: var(--dl-space-space-fiveunits);
  flex: 1;
  height: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fourunits);
}

.home-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}

.home-category {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.home-image1 {
  width: auto;
  height: 69px;
  object-fit: cover;
}

.home-text04 {
  max-width: 282px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.home-category1 {
  gap: var(--dl-space-space-twounits);
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.home-image2 {
  width: auto;
  height: 69px;
  object-fit: cover;
}

.home-text05 {
  max-width: 282px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.home-category2 {
  gap: var(--dl-space-space-twounits);
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.home-image3 {
  width: auto;
  height: 67px;
  object-fit: cover;
}

.home-text06 {
  max-width: 282px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.home-mission {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: auto;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: 200px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: center;
}

.home-content1 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 45%;
  align-items: flex-start;
  flex-direction: column;
}

.home-main1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-title {
  color: #222223;
  font-style: normal;
  font-weight: 500;
}

.home-header1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-heading1 {
  color: rgb(34, 34, 35);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
}

.home-highlights {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.home-highlight {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  max-width: 248px;
  align-items: flex-start;
  flex-direction: column;
}

.home-title1 {
  color: rgb(34, 34, 35);
  font-size: 40px;
  font-style: normal;
  font-family: "Lora";
  font-weight: 500;
  line-height: 52px;
  border-color: var(--dl-color-gray-black);
  border-style: dashed;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-left-width: 1px;
}

.home-description {
  color: rgb(34, 34, 35);
}

.home-highlight1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  max-width: 248px;
  align-items: flex-start;
  flex-direction: column;
}

.home-title2 {
  color: rgb(34, 34, 35);
  font-size: 40px;
  font-style: normal;
  font-family: "Lora";
  font-weight: 500;
  line-height: 52px;
  border-color: var(--dl-color-gray-black);
  border-style: dashed;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-left-width: 1px;
}

.home-description1 {
  color: rgb(34, 34, 35);
}

.home-images {
  flex: 1;
  display: flex;
  position: relative;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}

.home-image4 {
  width: 367px;
  object-fit: cover;
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

.home-image5 {
  right: 0px;
  width: 358px;
  bottom: 0px;
  height: 245px;
  z-index: 100;
  position: absolute;
  object-fit: cover;
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

.home-steps {
  width: 100%;
  display: flex;
  margin-top: 42px;
  align-items: center;
  flex-direction: column;
  background-color: #F6F5ED;
}

.home-content2 {
  width: auto;
  height: auto;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: 120px;
  justify-content: space-between;
}

.home-information {
  gap: var(--dl-space-space-fourunits);
  width: auto;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  margin-right: var(--dl-space-space-threeunits);
  flex-direction: column;
}

.home-main2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-header2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}

.home-heading2 {
  color: rgb(34, 34, 35);
  width: auto;
  height: auto;
  font-size: 4.5rem;
  text-align: left;
}

.home-quote-one {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 120px;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}

.home-quote-content {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: auto;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  justify-content: center;
}

.home-quote {
  color: rgb(34, 34, 35);
  width: auto;
  font-size: 30px;
  max-width: auto;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-family: "Lora";
  font-weight: 500;
  line-height: 48px;
}

.home-quoted {
  gap: var(--dl-space-space-unit);
  width: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  flex-direction: row;
}

.home-image6 {
  width: 80px;
  height: auto;
  object-fit: cover;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-round);
}

.home-caption1 {
  color: rgb(34, 34, 35);
  font-size: 20px;
}

.home-footer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  background-color: #79D590;
}

.home-top {
  gap: var(--dl-space-space-threeunits);
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  border-color: #222223;
  border-style: dashed;
  justify-content: center;
  border-bottom-width: 1px;
}

.home-container3 {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-icon {
  width: auto;
  margin-right: 45px;
}

.home-text11 {
  width: auto;
  height: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.home-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-icon2 {
  width: auto;
  height: 50px;
  align-self: center;
}

.home-text12 {
  width: auto;
  height: auto;
  font-size: 24px;
}

.home-bottom {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: auto;
  display: flex;
  max-width: auto;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #222223;
  border-style: dashed;
  margin-bottom: var(--dl-space-space-threeunits);
  flex-direction: row;
  justify-content: center;
  border-top-width: 1px;
}

.home-copyright {
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 18px;
}

.home-container6 {
  display: contents;
}

.home-container8 {
  display: contents;
}

@media(max-width: 1600px) {
  .home-content {
    width: auto;
    height: auto;
  }

  .home-image {
    width: 403px;
    height: 399px;
  }

  .home-text04 {
    max-width: auto;
  }

  .home-text05 {
    max-width: auto;
  }

  .home-text06 {
    max-width: auto;
  }

  .home-information {
    width: auto;
    max-width: auto;
  }
}

@media(max-width: 991px) {
  .home-main {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-threeunits);
  }

  .home-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .home-caption {
    font-size: 16px;
    line-height: 24px;
  }

  .home-buttons {
    flex-direction: column;
  }

  .home-details {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-category {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-category1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-category2 {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-mission {
    gap: var(--dl-space-space-twounits);
  }

  .home-content2 {
    gap: var(--dl-space-space-fourunits);
    align-items: flex-start;
    padding-top: var(--dl-space-space-sixunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-sixunits);
    justify-content: flex-start;
  }

  .home-quote-one {
    padding-top: var(--dl-space-space-sixunits);
  }

  .home-footer {
    width: 100%;
    padding-top: var(--dl-space-space-sixunits);
  }
}

@media(max-width: 767px) {
  .home-main {
    gap: var(--dl-space-space-threeunits);
    height: 800px;
    position: relative;
    padding-left: 0px;
    flex-direction: column;
  }

  .home-content {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }

  .home-details {
    gap: var(--dl-space-space-twounits);
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-threeunits);
  }

  .home-category {
    gap: var(--dl-space-space-unit);
    flex-direction: column;
  }

  .home-text04 {
    max-width: 100%;
  }

  .home-category1 {
    gap: var(--dl-space-space-unit);
    flex-direction: column;
  }

  .home-text05 {
    max-width: 100%;
  }

  .home-category2 {
    gap: var(--dl-space-space-unit);
    flex-direction: column;
  }

  .home-text06 {
    max-width: 100%;
  }

  .home-mission {
    gap: var(--dl-space-space-threeunits);
    padding-top: var(--dl-space-space-sixunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }

  .home-content1 {
    max-width: 100%;
  }

  .home-images {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .home-image5 {
    bottom: var(--dl-space-space-halfunit);
    position: static;
  }

  .home-content2 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }

  .home-quote-one {
    width: auto;
    height: auto;
  }

  .home-quote-content {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }

  .home-footer {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }

  .home-copyright {
    height: auto;
  }
}

@media(max-width: 479px) {
  .home-main {
    height: auto;
    max-width: auto;
  }

  .home-content {
    gap: var(--dl-space-space-threeunits);
  }

  .home-heading {
    width: auto;
  }

  .home-caption {
    height: auto;
  }

  .home-mission {
    height: 1052px;
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }

  .home-title {
    font-size: 12px;
  }

  .home-header1 {
    gap: var(--dl-space-space-oneandhalfunits);
  }

  .home-heading1 {
    font-size: 30px;
    line-height: 40px;
  }

  .home-highlights {
    gap: var(--dl-space-space-unit);
    flex-direction: column;
  }

  .home-highlight {
    gap: var(--dl-space-space-unit);
  }

  .home-title1 {
    font-size: 30px;
    line-height: 40px;
  }

  .home-highlight1 {
    gap: var(--dl-space-space-unit);
  }

  .home-title2 {
    font-size: 30px;
    line-height: 40px;
  }

  .home-image4 {
    width: 200px;
  }

  .home-image5 {
    width: 200px;
  }

  .home-content2 {
    height: auto;
    padding-top: var(--dl-space-space-threeunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }

  .home-heading2 {
    font-size: 30px;
    line-height: 40px;
  }

  .home-quote-one {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .home-quote-content {
    gap: var(--dl-space-space-oneandhalfunits);
    height: auto;
    margin-top: 186px;
  }

  .home-quote {
    font-size: 18px;
    text-align: center;
    line-height: 27px;
  }

  .home-quoted {
    flex-direction: column;
    justify-content: center;
  }

  .home-caption1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }

  .home-footer {
    width: 100%;
    height: auto;
    padding-top: var(--dl-space-space-threeunits);
  }

  .home-copyright {
    font-size: 10px;
    line-height: 15px;
  }
}