.header2-wrapper {
  display: contents;
}
.header2-container1 {
  width: 100%;
  display: flex;
  position: sticky;
  justify-content: center;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  top: 0;
  z-index: 1000;
  background-color: #D9D9D9;
}
.header2-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: center;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.header2-left {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.header2-links {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
}
.header2-link1:hover {
  opacity: 0.5;
}
.header2-link2:hover {
  opacity: 0.5;
}
.header2-link3:hover {
  opacity: 0.5;
}
.header2-right {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.header2-phone {
  gap: var(--dl-space-space-halfunit);
  cursor: pointer;
  display: flex;
  align-items: center;
  border-width: 0px;
  flex-direction: row;
  justify-content: center;
}
.header2-image1 {
  width: 18px;
  object-fit: cover;
}
.header2-book {
  text-decoration: none;
  background-color: #2478ff;
}
.header2-image2 {
  width: 24px;
  object-fit: cover;
}
.home-fragment13 {
  display: contents;
}
.home-text13 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.home-text13:hover {
  opacity: 0.5;
}
.home-fragment14 {
  display: contents;
}
.home-text14 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.home-fragment10 {
  display: contents;
}
.home-text10 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.home-text10:hover {
  opacity: 0.5;
}
.home-fragment15 {
  display: contents;
}
.home-text15 {
  display: inline-block;
  font-size: 24px;
}
.home-fragment11 {
  display: contents;
}
.home-text11 {
  display: inline-block;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.home-fragment12 {
  display: contents;
}
.home-text12 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.home-text12:hover {
  opacity: 0.5;
}


@media(max-width: 991px) {
  .header2-text1 {
    font-size: 32px;
  }
  .header2-link1 {
    font-size: 22px;
  }
  .header2-link2 {
    font-size: 22px;
  }
  .header2-link3 {
    font-size: 22px;
  }
  .header2-text2 {
    font-size: 22px;
  }
  .header2-image2 {
    width: 22px;
  }
  .header2-text3 {
    font-size: 22px;
  }
  .home-text13 {
    font-size: 22px;
  }
  .home-text14 {
    font-size: 22px;
  }
  .home-text10 {
    font-size: 22px;
  }
  .home-text15 {
    font-size: 22px;
  }
  .home-text11 {
    font-size: 32px;
  }
  .home-text12 {
    font-size: 22px;
  }
}
@media(max-width: 767px) {
  .header2-container2 {
    align-items: flex-start;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .header2-right {
    display: none;
  }
}
@media(max-width: 385px) {
  .header2-text1 {
    font-size: 24px;
  }
  .header2-link1 {
    font-size: 18px;
  }
  .header2-link2 {
    font-size: 18px;
  }
  .header2-link3 {
    font-size: 18px;
  }
  .header2-text2 {
    font-size: 18px;
  }
  .header2-image2 {
    width: 18px;
  }
  .header2-text3 {
    font-size: 18px;
  }
  .home-text13 {
    font-size: 18px;
  }
  .home-text14 {
    font-size: 18px;
  }
  .home-text10 {
    font-size: 18px;
  }
  .home-text15 {
    font-size: 18px;
  }
  .home-text11 {
    font-size: 24px;
  }
  .home-text12 {
    font-size: 18px;
  }
}

.footer-wrapper {
  display: contents;
}
.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: #000000;
}
.footer-container {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 1440px;
  justify-content: space-between;
}
.footer-left {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.footer-brand {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
}
.footer-socials {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-social1 {
  background-color: transparent;
}
.footer-image1 {
  width: 24px;
  object-fit: cover;
  text-decoration: none;
}
.footer-social2 {
  background-color: transparent;
}
.footer-image2 {
  width: 24px;
  object-fit: cover;
  text-decoration: none;
}
.footer-social3 {
  background-color: transparent;
}
.footer-image3 {
  width: 24px;
  object-fit: cover;
  text-decoration: none;
}
.footer-right {
  gap: 140px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
}
.footer-list {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-links {
  gap: 12px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-link4:hover {
  opacity: 0.5;
}
.footer-link5:hover {
  opacity: 0.5;
}
.footer-link6:hover {
  opacity: 0.5;
}
.home-fragment17 {
  display: contents;
}
.home-text27 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.home-fragment18 {
  display: contents;
}
.home-text28 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.home-text28:hover {
  opacity: 0.5;
}
.home-fragment20 {
  display: contents;
}
.home-text30 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.home-fragment19 {
  display: contents;
}
.home-text29 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.home-text29:hover {
  opacity: 0.5;
}
.home-fragment16 {
  display: contents;
}
.home-text26 {
  color: rgb(255, 255, 255);
  width: auto;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.home-text26:hover {
  opacity: 0.5;
}


@media(max-width: 1200px) {
  .footer-text1 {
    font-size: 24px;
  }
}
@media(max-width: 991px) {
  .footer-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-container {
    flex-direction: column;
  }
  .footer-text1 {
    font-size: 24px;
  }
  .home-text27 {
    font-size: 24px;
  }
  .home-text28 {
    font-size: 22px;
  }
  .home-text30 {
    font-size: 24px;
  }
  .home-text29 {
    font-size: 22px;
  }
  .home-text26 {
    font-size: 22px;
  }
}
@media(max-width: 767px) {
  .footer-container {
    flex-wrap: wrap;
  }
  .footer-left {
    padding-left: var(--dl-space-space-oneandhalfunits);
  }
  .footer-text1 {
    font-size: 24px;
    line-height: 18px;
  }
  .footer-right {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 385px) {
  .footer-container {
    flex-wrap: wrap;
  }
  .footer-text1 {
    font-size: 24px;
  }
  .home-text27 {
    font-size: 20px;
  }
  .home-text28 {
    font-size: 18px;
  }
  .home-text30 {
    font-size: 20px;
  }
  .home-text29 {
    font-size: 18px;
  }
  .home-text26 {
    font-size: 18px;
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
}
.home-fragment10 {
  display: contents;
}
.home-text10 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.home-text10:hover {
  opacity: 0.5;
}
.home-fragment11 {
  display: contents;
}
.home-text11 {
  display: inline-block;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
.home-fragment12 {
  display: contents;
}
.home-text12 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.home-text12:hover {
  opacity: 0.5;
}
.home-fragment13 {
  display: contents;
}
.home-text13 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}
.home-text13:hover {
  opacity: 0.5;
}
.home-fragment14 {
  display: contents;
}
.home-text14 {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.home-fragment15 {
  display: contents;
}
.home-text15 {
  display: inline-block;
  font-size: 24px;
}
.home-hero {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.home-main {
  flex: 1;
  width: 100%;
  display: flex;
  z-index: 100;
  flex-wrap: wrap;
  max-width: 1440px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: row;
}
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: space-between;
}
.home-image1 {
  width: auto;
  height: auto;
  object-fit: cover;
  padding-right: var(--dl-space-space-twounits);
}
.home-header1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
}
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
}
.home-heading1 {
  gap: 0;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.home-caption {
  font-size: 24px;
}
.home-book {
  text-decoration: none;
}
.home-image2 {
  width: 24px;
  object-fit: cover;
}
.home-text16 {
  font-size: 24px;
}
.home-features {
  width: 100%;
  display: flex;
  z-index: 100;
  margin-top: var(--dl-space-space-halfunit);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: #2461FF;
}
.home-content1 {
  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-section {
  position: relative;
}
.home-heading2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-header2 {
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.home-icon {
  width: 20px;
  object-fit: cover;
}
.home-text17 {
  color: rgb(255, 255, 255);
  font-size: 24px;
}
.home-image-strip {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-header78 {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.home-content2 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.home-row-container {
  width: 100%;
}
.home-placeholder-image10 {
  width: 400px;
  height: 400px;
}
.home-placeholder-image11 {
  width: 400px;
  height: 400px;
}
.home-placeholder-image12 {
  width: 400px;
  height: 400px;
}
.home-placeholder-image13 {
  width: 400px;
  height: 400px;
}
.home-placeholder-image14 {
  width: 400px;
  height: 400px;
}
.home-placeholder-image15 {
  width: 400px;
  height: 400px;
}
.home-placeholder-image16 {
  width: 400px;
  height: 400px;
}
.home-placeholder-image17 {
  width: 400px;
  height: 400px;
}
.home-placeholder-image18 {
  width: 400px;
  height: 400px;
}
.home-placeholder-image19 {
  width: 400px;
  height: 400px;
}
.home-container5 {
  display: contents;
}
.home-products {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 1440px;
  align-items: flex-start;
  padding-top: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-twounits);
}
.home-heading3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-text18 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
}
.home-image3 {
  width: 200px;
  object-fit: cover;
}
.home-content3 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-items: flex-start;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-grid {
  gap: var(--dl-space-space-threeunits);
  flex: 1;
  display: grid;
  align-items: flex-start;
  flex-direction: column;
  grid-template-columns: repeat(1, 1fr);
}
.home-practice-wrapper1 {
  cursor: pointer;
  text-decoration: none;
}
.home-practice1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.home-text19 {
  font-size: 24px;
}
.home-more1 {
  gap: var(--dl-space-space-unit);
  display: flex;
}
.home-text20 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.home-image4 {
  width: 25px;
  object-fit: cover;
}
.home-practice-wrapper2 {
  cursor: pointer;
  text-decoration: none;
}
.home-practice2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: var(--dl-space-space-threeunits);
  border-color: #B4B9C6;
  flex-direction: column;
  border-top-width: 1px;
}
.home-heading5 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-header4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.home-text21 {
  font-size: 24px;
}
.home-text23 {
  font-size: 24px;
}
.home-more2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  flex-direction: row;
}
.home-text25 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.home-image5 {
  width: 25px;
  object-fit: cover;
}
.home-why {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: #D0F4FD;
}
.home-container6 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-width: 1440px;
  padding-top: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: flex-start;
}
.home-heading6 {
  gap: var(--dl-space-space-threeunits);
  width: auto;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: flex-start;
}
.home-header5 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
}
.home-heading7 {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
}
.home-header6 {
  font-size: 24px;
}
.home-fragment16 {
  display: contents;
}
.home-text26 {
  color: rgb(255, 255, 255);
  width: auto;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.home-text26:hover {
  opacity: 0.5;
}
.home-fragment17 {
  display: contents;
}
.home-text27 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.home-fragment18 {
  display: contents;
}
.home-text28 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.home-text28:hover {
  opacity: 0.5;
}
.home-fragment19 {
  display: contents;
}
.home-text29 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
}
.home-text29:hover {
  opacity: 0.5;
}
.home-fragment20 {
  display: contents;
}
.home-text30 {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
@media(max-width: 1200px) {
  .home-header1 {
    font-size: 47px;
  }
}
@media(max-width: 991px) {
  .home-text10 {
    font-size: 22px;
  }
  .home-text11 {
    font-size: 32px;
  }
  .home-text12 {
    font-size: 22px;
  }
  .home-text13 {
    font-size: 22px;
  }
  .home-text14 {
    font-size: 22px;
  }
  .home-text15 {
    font-size: 22px;
  }
  .home-header1 {
    font-size: 32px;
  }
  .home-caption {
    font-size: 22px;
  }
  .home-text16 {
    font-size: 22px;
  }
  .home-header2 {
    font-size: 24px;
  }
  .home-text17 {
    font-size: 22px;
  }
  .home-products {
    flex-direction: column;
  }
  .home-text18 {
    font-size: 32px;
  }
  .home-image3 {
    display: none;
  }
  .home-content3 {
    padding-left: var(--dl-space-space-fiveunits);
    padding-right: var(--dl-space-space-fiveunits);
  }
  .home-header3 {
    font-size: 24px;
  }
  .home-text19 {
    font-size: 22px;
  }
  .home-text20 {
    font-size: 22px;
  }
  .home-header4 {
    font-size: 24px;
  }
  .home-text21 {
    font-size: 22px;
  }
  .home-text25 {
    font-size: 22px;
  }
  .home-container6 {
    flex-direction: column;
  }
  .home-header5 {
    font-size: 32px;
  }
  .home-header6 {
    font-size: 22px;
  }
  .home-text26 {
    font-size: 22px;
  }
  .home-text27 {
    font-size: 24px;
  }
  .home-text28 {
    font-size: 22px;
  }
  .home-text29 {
    font-size: 22px;
  }
  .home-text30 {
    font-size: 24px;
  }
}
@media(max-width: 767px) {
  .home-main {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-content1 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-content2 {
    width: 100%;
  }
  .home-products {
    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-heading3 {
    gap: var(--dl-space-space-unit);
    padding-left: 0;
  }
  .home-content3 {
    gap: var(--dl-space-space-threeunits);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .home-grid {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    padding-left: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .home-practice1 {
    padding-top: var(--dl-space-space-oneandhalfunits);
  }
  .home-practice2 {
    padding-top: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading6 {
    padding-left: var(--dl-space-space-oneandhalfunits);
  }
  .home-heading7 {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    flex-direction: row;
  }
}
@media(max-width: 385px) {
  .home-text10 {
    font-size: 18px;
  }
  .home-text11 {
    font-size: 24px;
  }
  .home-text12 {
    font-size: 18px;
  }
  .home-text13 {
    font-size: 18px;
  }
  .home-text14 {
    font-size: 18px;
  }
  .home-text15 {
    font-size: 18px;
  }
  .home-container2 {
    flex-direction: column;
  }
  .home-header1 {
    font-size: 24px;
  }
  .home-caption {
    font-size: 18px;
  }
  .home-text16 {
    font-size: 18px;
  }
  .home-header2 {
    font-size: 20px;
  }
  .home-text17 {
    font-size: 18px;
  }
  .home-text18 {
    font-size: 24px;
  }
  .home-header3 {
    font-size: 20px;
  }
  .home-text19 {
    font-size: 18px;
  }
  .home-text20 {
    font-size: 18px;
  }
  .home-header4 {
    font-size: 20px;
  }
  .home-text21 {
    font-size: 18px;
  }
  .home-text25 {
    font-size: 18px;
  }
  .home-header5 {
    font-size: 24px;
  }
  .home-header6 {
    font-size: 18px;
  }
  .home-text26 {
    font-size: 18px;
  }
  .home-text27 {
    font-size: 20px;
  }
  .home-text28 {
    font-size: 18px;
  }
  .home-text29 {
    font-size: 18px;
  }
  .home-text30 {
    font-size: 20px;
  }
}
