.features-wrapper {
  display: contents;
}
 
.features-section {
  position: relative;
}
 
.features-heading {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.features-header {
  color: rgb(255, 255, 255);
}
 
.features-icon {
  width: 20px;
  object-fit: cover;
}
 
.features-text {
  color: rgb(255, 255, 255);
  width: 100%;
  max-width: 300px;
  line-height: 24px;
}
 
.features-divider {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}
 
@media(max-width: 991px) {
  .features-section {
    border-right-width: 0px;
  }
  .features-divider {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }
}
 
@media(max-width: 767px) {
  .features-header {
    font-size: 20px;
    line-height: 24px;
  }
  .features-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.features-wrapper-3unf {
  display: contents;
}
 
.features-section1 {
  position: relative;
}
 
.features-heading1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.features-header1 {
  color: rgb(255, 255, 255);
}
 
.features-icon1 {
  width: 20px;
  object-fit: cover;
}
 
.features-text1 {
  color: rgb(255, 255, 255);
  width: 100%;
  max-width: 300px;
  line-height: 24px;
}
 
.features-divider1 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}
 
@media(max-width: 991px) {
  .features-section1 {
    border-right-width: 0px;
  }
  .features-divider1 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }
}
 
@media(max-width: 767px) {
  .features-header1 {
    font-size: 20px;
    line-height: 24px;
  }
  .features-text1 {
    font-size: 14px;
    line-height: 21px;
  }
}

.features-wrapper-c7g6 {
  display: contents;
}
 
.features-section2 {
  position: relative;
}
 
.features-heading2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.features-header2 {
  color: rgb(255, 255, 255);
}
 
.features-icon2 {
  width: 20px;
  object-fit: cover;
}
 
.features-text2 {
  color: rgb(255, 255, 255);
  width: 100%;
  max-width: 300px;
  line-height: 24px;
}
 
.features-divider2 {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: none;
}
 
@media(max-width: 991px) {
  .features-section2 {
    border-right-width: 0px;
  }
  .features-divider2 {
    width: 80px;
    height: 1px;
    display: flex;
    border-color: #ffffff;
    border-width: 0px;
    background-color: #ffffff;
  }
}
 
@media(max-width: 767px) {
  .features-header2 {
    font-size: 20px;
    line-height: 24px;
  }
  .features-text2 {
    font-size: 14px;
    line-height: 21px;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
}
 
.home-modal1 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 200;
  position: fixed;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  backdrop-filter: blur(4px);
  justify-content: center;
}
 
.home-practices {
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  box-shadow: 0px 0px 25px -2px rgba(66, 68, 90, 0.4);
  align-items: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
 
.home-heading10 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: space-between;
}
 
.home-header10 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
 
.home-close {
  width: 24px;
  cursor: pointer;
  height: 24px;
  transition: 0.3s;
}
 
.home-close:hover {
  opacity: 0.5;
}
 
.home-grid {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: grid;
  align-items: flex-start;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
}
 
.home-section1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading11 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header11 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption1 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text10 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image10 {
  width: 12px;
  object-fit: cover;
}
 
.home-section2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading12 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header12 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption2 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text11 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image11 {
  width: 12px;
  object-fit: cover;
}
 
.home-section3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading13 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header13 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption3 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text12 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image12 {
  width: 12px;
  object-fit: cover;
}
 
.home-section4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading14 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header14 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption4 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text13 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image13 {
  width: 12px;
  object-fit: cover;
}
 
.home-section5 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading15 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header15 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption5 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text14 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image14 {
  width: 12px;
  object-fit: cover;
}
 
.home-section6 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
 
.home-heading16 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-header16 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
 
.home-caption6 {
  max-width: 385px;
  line-height: 24px;
}
 
.home-text15 {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
 
.home-image15 {
  width: 12px;
  object-fit: cover;
}
 
.home-hero {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.home-header17 {
  width: 100%;
  display: flex;
  justify-content: center;
}
 
.home-navbar {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 100%;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-right: 60px;
  justify-content: space-between;
}
 
.home-left1 {
  gap: var(--dl-space-space-twounits);
  width: 628px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-logo {
  width: 325px;
  height: 126px;
  object-fit: cover;
}
 
.home-links1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-link1 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.home-link1:hover {
  opacity: 0.5;
}
 
.home-link2 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.home-link2:hover {
  opacity: 0.5;
}
 
.home-right1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-book1 {
  text-decoration: none;
}
 
.home-image16 {
  width: 18px;
  object-fit: cover;
}
 
.home-text16 {
  font-family: "Inter";
}
 
.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
 
.home-icon2 {
  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-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
 
.home-image17 {
  height: 2rem;
}
 
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-icon4 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
 
.home-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-link3 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
 
.home-navlink {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
 
.home-book2 {
  text-decoration: none;
}
 
.home-image18 {
  width: 18px;
  object-fit: cover;
}
 
.home-text17 {
  font-family: Inter;
}
 
.home-main {
  flex: 1;
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 1440px;
  align-items: stretch;
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: row;
  justify-content: space-between;
}
 
.home-content1 {
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-threeunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: space-between;
}
 
.home-heading17 {
  gap: var(--dl-space-space-unit);
  width: 50%;
  height: 506px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.home-header18 {
  width: 100%;
  font-size: 62px;
  max-width: 750px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
}
 
.home-ul {
  display: block;
  list-style-type: disc;
}
 
.home-text23 {
  font-size: 24px;
  font-weight: 600;
}
 
.home-text27 {
  font-size: 24px;
  font-weight: 600;
}
 
.home-text31 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
 
.home-image19 {
  width: 268px;
  height: 548px;
  align-self: center;
  object-fit:inherit;
  margin-right: 103px;
}
 
.home-features1 {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-color: #2461FF;
}
 
.home-content2 {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
}
 
.home-features2 {
  gap: 120px;
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-top: 120px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 120px;
}
 
.home-section7 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-content3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-header19 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-heading18 {
  font-size: 56px;
  max-width: 600px;
  font-style: normal;
  font-weight: 600;
}
 
.home-capton1 {
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
 
.home-image20 {
  width: 400px;
  object-fit: cover;
  margin-left: 5px;
}
 
.home-section8 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
 
.home-content4 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-header20 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-heading19 {
  font-size: 56px;
  max-width: 600px;
  font-style: normal;
  font-weight: 600;
}
 
.home-capton2 {
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
 
.home-image21 {
  width: 520px;
  object-fit: cover;
  margin-right: 5px;
}
 
.home-section9 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-content5 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-header21 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-heading20 {
  font-size: 56px;
  max-width: 600px;
  font-style: normal;
  font-weight: 600;
}
 
.home-capton3 {
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}
 
.home-image22 {
  width: 580px;
  object-fit: cover;
  margin-left: 5px;
}
 
.home-footer {
  width: 100%;
  height: 466px;
  display: flex;
  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: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  background-color: #000000;
}
 
.home-left2 {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
}
 
.home-brand {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-image23 {
  width: 183px;
  object-fit: cover;
}
 
.home-text32 {
  color: rgb(255, 255, 255);
}
 
.home-socials {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-image24 {
  width: 24px;
  object-fit: cover;
}
 
.home-image25 {
  width: 24px;
  object-fit: cover;
}
 
.home-image26 {
  width: 24px;
  object-fit: cover;
}
 
.home-right2 {
  gap: 140px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-list {
  width: 738px;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-links2 {
  gap: 12px;
  width: 100%;
  height: 111px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-link4 {
  color: rgb(255, 255, 255);
  width: 380px;
  cursor: pointer;
  transition: 0.3s;
}
 
.home-link4:hover {
  opacity: 0.5;
}
 
.home-link5 {
  color: rgb(255, 255, 255);
  width: 215px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.home-link5:hover {
  opacity: 0.5;
}
 
.home-link6 {
  color: rgb(255, 255, 255);
  width: 215px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.home-link6:hover {
  opacity: 0.5;
}
 
.home-container4 {
  display: contents;
}
 
.home-container6 {
  display: contents;
}
 
.home-container8 {
  display: contents;
}
 
@media(max-width: 991px) {
  .home-hero {
    flex: 1;
    height: 0px;
  }
  .home-navbar {
    z-index: 1000;
  }
  .home-links1 {
    display: none;
  }
  .home-right1 {
    display: none;
  }
  .home-burger-menu {
    display: flex;
    padding: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-round);
    background-color: #2461FF;
  }
  .home-icon2 {
    fill: white;
  }
  .home-image17 {
    width: 322px;
    height: 156px;
  }
  .home-link3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  .home-navlink {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
  }
  .home-text17 {
    font-family: Inter;
  }
  .home-main {
    padding-left: 0px;
    flex-direction: column;
  }
  .home-content1 {
    width: 980px;
    height: 661px;
    display: flex;
    align-self: flex-start;
    align-items: center;
    padding-top: 0px;
    padding-left: 0px;
    flex-direction: row;
    padding-bottom: 0px;
    justify-content: space-between;
  }
  .home-heading17 {
    padding-left: 38px;
  }
  .home-header18 {
    max-width: 75%;
  }
  .home-image19 {
    margin-right: var(--dl-space-space-threeunits);
  }
  .home-features1 {
    padding-top: var(--dl-space-space-fourunits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-content2 {
    flex-direction: column;
  }
  .home-features2 {
    gap: var(--dl-space-space-threeunits);
  }
  .home-section7 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-image20 {
    width: 100%;
  }
  .home-section8 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-image21 {
    width: 100%;
  }
  .home-section9 {
    gap: var(--dl-space-space-twounits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-image22 {
    width: 100%;
  }
  .home-footer {
    gap: 100px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-left2 {
    padding-right: 0px;
  }
  .home-socials {
    display: none;
  }
  .home-right2 {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .home-navbar {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-burger-menu {
    display: flex;
  }
  .home-main {
    gap: var(--dl-space-space-threeunits);
    align-items: flex-end;
    padding-left: 0px;
    justify-content: center;
  }
  .home-content1 {
    width: 767px;
    height: 537px;
    margin-left: 0px;
  }
  .home-heading17 {
    width: 334px;
    height: 463px;
  }
  .home-header18 {
    font-size: 32px;
    max-width: 70%;
    line-height: 38px;
  }
  .home-content2 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-features2 {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-content3 {
    gap: var(--dl-space-space-unit);
  }
  .home-heading18 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-capton1 {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }
  .home-heading19 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-capton2 {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }
  .home-heading20 {
    font-size: 30px;
    line-height: 36px;
  }
  .home-capton3 {
    font-size: 14px;
    max-width: 80%;
    line-height: 21px;
  }
  .home-footer {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-image23 {
    width: 110px;
  }
  .home-text32 {
    font-size: 12px;
    line-height: 18px;
  }
  .home-text33 {
    font-size: 12px;
    line-height: 18px;
  }
}
 
@media(max-width: 479px) {
  .home-navbar {
    padding: var(--dl-space-space-unit);
  }
  .home-left1 {
    width: 362px;
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-main {
    height: 553px;
    padding-left: 1px;
  }
  .home-content1 {
    width: 479px;
    height: 437px;
    align-self: stretch;
    margin-left: 0px;
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading17 {
    padding-left: var(--dl-space-space-threeunits);
  }
  .home-header18 {
    max-width: 80%;
  }
  .home-image19 {
    width: 137px;
    height: 285px;
    display: block;
    align-self: flex-start;
    max-height: 500px;
    margin-right: 0px;
  }
  .home-links2 {
    width: 435px;
  }
}


@media screen and (max-width: 768px) { /* Adjust for mobile breakpoint */
  .home-image19 {
      max-width:fit-content; /* Shrink the image */
      height: auto; /* Maintain aspect ratio */
      display: block; /* Ensure it's visible */
      margin: 0 auto; /* Center it if needed */
  }
}


.home-container1 {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

body, html {
  overflow-x: hidden;
  width: 100%;
  font-family: Poppins;
  font-size: 16px;
}

