.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
.home-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-main {
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-video {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  overflow: hidden;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-video1 {
  height: 100%;
}
.home-tint {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/img-header1-1500h.jpg");
  background-position: center;
}
.home-content {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-header {
  width: 100%;
  display: flex;
  align-items: center;
}
.home-navbar {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: flex-start;
}
.home-logo {
  height: 40px;
  margin-right: var(--dl-space-space-halfunit);
}
.home-menu {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hamburger {
  cursor: pointer;
  display: none;
  padding: var(--dl-space-space-unit);
  aspect-ratio: 1;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-round);
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.3);
}
.home-icon {
  fill: #ffffff;
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 1000;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container01 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-logo1 {
  height: 33px;
}
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text01 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text02 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text03 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-text04 {
  margin-bottom: var(--dl-space-space-unit);
}
.home-container02 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
}
.home-login {
  margin-right: var(--dl-space-space-twounits);
}
.home-icon-group {
  display: flex;
}
.home-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-text05 {
  color: #ffffff;
  font-size: 22px;
  font-style: normal;
  font-family: "Red Hat Display";
  font-weight: 600;
}
.home-center {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 100;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-heading {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-header1 {
  color: rgb(255, 255, 255);
  font-size: 80px;
  font-style: normal;
  text-align: center;
  font-family: "Red Hat Display";
  font-weight: 700;
  line-height: 90px;
}
.home-feaures {
  width: 100%;
  height: auto;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: #CDCDE5;
}
.home-content1 {
  gap: 140px;
  width: 100%;
  height: auto;
  display: none;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.home-text06 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 48px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}
.home-text09 {
  font-size: 28px;
}
.home-testimonials {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 80px;
  background-color: #F8F0E9;
}
.home-content2 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading01 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-quote {
  color: rgb(53, 43, 42);
  font-size: 32px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}
.home-quote1 {
  color: rgb(53, 43, 42);
  font-size: 32px;
  text-align: center;
}
.home-title {
  color: rgb(53, 43, 42);
}
.home-text11 {
  font-family: ""Anuphan"";
}
.home-text14 {
  font-family: ""Anuphan"";
}
.home-heading02 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: column;
}
.home-quote2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.home-title1 {
  color: rgb(53, 43, 42);
}
.home-quote3 {
  color: rgb(53, 43, 42);
  font-size: 32px;
  text-align: center;
}
.home-heading03 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-quote4 {
  color: rgb(53, 43, 42);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.home-title2 {
  color: rgb(53, 43, 42);
}
.home-quote5 {
  color: rgb(53, 43, 42);
  font-size: 32px;
  text-align: center;
}
.home-details {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-author {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
}
.home-container03 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-name {
  font-size: 16px;
  font-family: "Anuphan";
  margin-bottom: 3px;
}
.home-name1 {
  font-size: 20px;
  font-family: "Anuphan";
  margin-bottom: 3px;
}
.home-name2 {
  color: rgb(105, 105, 105);
}
.home-text18 {
  font-weight: 700;
}
.home-heading04 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: auto;
  height: auto;
  display: flex;
  max-width: auto;
  margin-top: var(--dl-space-space-threeunits);
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image {
  width: auto;
  object-fit: cover;
}
.home-image1 {
  width: auto;
  object-fit: cover;
}
.home-image2 {
  width: auto;
  object-fit: cover;
}
.home-image3 {
  width: auto;
  object-fit: cover;
}
.home-highlights {
  gap: 220px;
  width: 100%;
  display: none;
  max-width: 1440px;
  align-items: center;
  padding-top: 170px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 160px;
}
.home-highlight {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.home-image4 {
  height: 530px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-end;
  flex-direction: row;
  justify-content: center;
}
.home-image5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-content3 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-heading05 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 500px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-header2 {
  color: rgb(53, 43, 42);
  font-size: 60px;
  font-style: normal;
  text-align: left;
  font-family: Cormorant Infant;
  font-weight: 700;
  line-height: 60px;
}
.home-caption {
  color: rgb(53, 43, 42);
  font-size: 18px;
  max-width: 600px;
  text-align: left;
  font-family: Karla;
  line-height: 27px;
}
.home-find {
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  padding-top: var(--dl-space-space-unit);
  border-width: 0px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
  background-color: rgb(250, 216, 122);
}
.home-find:hover {
  opacity: 0.5;
}
.home-guides {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fourunits);
}
.home-heading06 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: column;
}
.home-image6 {
  width: 100%;
  object-fit: cover;
}
.home-header3 {
  color: rgb(53, 43, 42);
  font-size: 22px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Anuphan";
  font-weight: 700;
  line-height: 60px;
}
.home-heading07 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  border-color: var(--dl-color-gray-900);
  border-width: 1px;
  padding-left: var(--dl-space-space-unit);
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-icon10 {
  fill: var(--dl-color-gray-700);
  min-width: 24px;
  height: 24px;
}
.home-header4 {
    color: rgb(53, 43, 42);
    font-size: 18px;
    align-self: flex-start;
    font-style: normal;
    text-align: left;
    font-family: "Anuphan";
    font-weight: 700;
    line-height: 60px;
    white-space: nowrap;
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-heading08 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  border-color: var(--dl-color-gray-900);
  border-width: 1px;
  padding-left: var(--dl-space-space-unit);
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-icon12 {
  fill: var(--dl-color-gray-700);
  width: 24px;
  height: 24px;
}
.home-header5 {
  color: rgb(53, 43, 42);
  font-size: 18px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Anuphan";
  font-weight: 700;
  line-height: 60px;
}
.home-heading09 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  border-color: var(--dl-color-gray-900);
  border-width: 1px;
  padding-left: var(--dl-space-space-unit);
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-icon14 {
  fill: var(--dl-color-gray-700);
  width: 24px;
  height: 24px;
}
.home-header6 {
  color: rgb(53, 43, 42);
  font-size: 18px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Anuphan";
  font-weight: 700;
  line-height: 60px;
}
.home-heading10 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  border-color: var(--dl-color-gray-900);
  border-width: 1px;
  padding-left: var(--dl-space-space-unit);
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.home-icon16 {
  fill: var(--dl-color-gray-700);
  width: 24px;
  height: 24px;
}
.home-header7 {
  color: rgb(53, 43, 42);
  font-size: 18px;
  align-self: flex-start;
  font-style: normal;
  text-align: left;
  font-family: "Anuphan";
  font-weight: 700;
  line-height: 60px;
}
.home-footer {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #352B2A;
}
.home-content4 {
  gap: 120px;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}
.home-main1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-container04 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.home-container05 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: center;
}
.home-container06 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px;
  justify-content: flex-start;
}
.home-image7 {
  height: 33px;
  object-fit: cover;
  margin-right: 8px;
}
.home-text26 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-family: "Red Hat Display";
  font-weight: 600;
}
.home-caption1 {
  fill: var(--dl-color-gray-700);
  color: var(--dl-color-gray-700);
  font-size: 14px;
}
.home-caption2 {
  fill: var(--dl-color-gray-700);
  color: var(--dl-color-gray-700);
  font-size: 14px;
}
.home-container07 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-container08 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-image8 {
  height: 33px;
  opacity: 0.5;
  object-fit: cover;
  margin-right: 8px;
}
.home-caption3 {
  fill: var(--dl-color-gray-700);
  color: var(--dl-color-gray-700);
  font-size: 14px;
}
.home-links {
  gap: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-items {
  gap: var(--dl-space-space-unit);
  width: 333px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.home-link1 {
  color: rgb(255, 255, 255);
}
.home-text27 {
  text-align: left;
}
.home-copyright {
  color: rgb(118, 105, 104);
  font-size: 12px;
}
.home-container10 {
  display: contents;
}
@media(max-width: 991px) {
  .home-content1 {
    gap: var(--dl-space-space-fourunits);
  }
  .home-testimonials {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-highlights {
    gap: 135px;
    align-items: flex-start;
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-highlight {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .home-content4 {
    gap: var(--dl-space-space-threeunits);
  }
  .home-main1 {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-links {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .home-main {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-navbar {
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-menu {
    display: flex;
  }
  .home-hamburger {
    display: none;
  }
  .home-mobile-menu {
    background-color: #397B53;
  }
  .home-icon02 {
    fill: #fff;
  }
  .home-text {
    color: #fff;
  }
  .home-text01 {
    color: #fff;
  }
  .home-text02 {
    color: #fff;
  }
  .home-text03 {
    color: #fff;
  }
  .home-text04 {
    color: #fff;
  }
  .home-center {
    padding-bottom: 100px;
  }
  .home-heading {
    gap: var(--dl-space-space-halfunit);
  }
  .home-header1 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-feaures {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-content1 {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
  }
  .home-testimonials {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-content2 {
    gap: var(--dl-space-space-unit);
    align-items: center;
  }
  .home-heading01 {
    gap: var(--dl-space-space-unit);
    width: 80%;
    align-items: center;
  }
  .home-quote {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
  }
  .home-quote1 {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
  }
  .home-title {
    color: rgb(53, 43, 42);
    font-size: 16px;
    text-align: left;
    line-height: 18px;
  }
  .home-text11 {
    text-align: center;
    font-family: Anuphan;
    line-height: 18px;
  }
  .home-text12 {
    color: #352b2a;
    line-height: 27px;
  }
  .home-text13 {
    text-align: center;
    font-family: Anuphan;
    line-height: 18px;
  }
  .home-text14 {
    text-align: center;
    font-family: Anuphan;
    line-height: 18px;
  }
  .home-text15 {
    color: #352b2a;
    line-height: 27px;
  }
  .home-text16 {
    text-align: center;
    line-height: 18px;
  }
  .home-heading02 {
    gap: var(--dl-space-space-unit);
    width: 80%;
    align-items: center;
  }
  .home-quote2 {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
  }
  .home-title1 {
    color: rgb(53, 43, 42);
    font-size: 16px;
    text-align: left;
    line-height: 18px;
  }
  .home-quote3 {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
  }
  .home-heading03 {
    gap: var(--dl-space-space-unit);
    width: 80%;
    align-items: center;
  }
  .home-quote4 {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
  }
  .home-title2 {
    font-size: 16px;
    text-align: left;
    line-height: 18px;
  }
  .home-quote5 {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
  }
  .home-details {
    gap: var(--dl-space-space-threeunits);
    flex-direction: column;
    justify-content: center;
  }
  .home-author {
    gap: var(--dl-space-space-unit);
    align-items: flex-start;
    flex-direction: column;
  }
  .home-avatar {
    width: 120px;
    height: 120px;
  }
  .home-name {
    font-size: 14px;
  }
  .home-name1 {
    font-size: 14px;
  }
  .home-name2 {
    font-size: 14px;
  }
  .home-heading04 {
    gap: var(--dl-space-space-unit);
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-highlights {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-image4 {
    width: 100%;
    height: auto;
  }
  .home-content3 {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading05 {
    gap: var(--dl-space-space-unit);
  }
  .home-header2 {
    font-size: 32px;
    line-height: 31px;
  }
  .home-caption {
    font-size: 16px;
    line-height: 24px;
  }
  .home-guides {
    gap: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading06 {
    gap: var(--dl-space-space-unit);
  }
  .home-header3 {
    font-size: 22px;
    line-height: 31px;
  }
  .home-heading07 {
    gap: var(--dl-space-space-unit);
  }
  .home-header4 {
    font-size: 18px;
    line-height: 31px;
  }
  .home-heading08 {
    gap: var(--dl-space-space-unit);
  }
  .home-header5 {
    font-size: 18px;
    line-height: 31px;
  }
  .home-heading09 {
    gap: var(--dl-space-space-unit);
  }
  .home-header6 {
    font-size: 18px;
    line-height: 31px;
  }
  .home-heading10 {
    gap: var(--dl-space-space-unit);
  }
  .home-header7 {
    font-size: 18px;
    line-height: 31px;
  }
  .home-content4 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .home-navbar {
    padding: var(--dl-space-space-unit);
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-quote2 {
    font-size: 22px;
    text-align: left;
  }
  .home-quote4 {
    font-size: 22px;
    text-align: left;
  }
  .home-details {
    margin-top: var(--dl-space-space-unit);
  }
  .home-header3 {
    width: 100%;
    text-align: center;
  }
  .home-heading07 {
    height: auto;
  }
  .home-header4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  .home-heading08 {
    height: 40px;
  }
  .home-header5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  .home-heading09 {
    height: 40px;
  }
  .home-header6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  .home-heading10 {
    height: 40px;
  }
  .home-header7 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
}
