.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #f3f3f3;
}
.home-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: inherit;
  box-shadow: 0px 5px 10px 2px #4c4242;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #008b42;
}
.home-navlink {
  display: contents;
}
.home-image {
  width: 1051px;
  height: auto;
  object-fit: cover;
  text-decoration: none;
}
.home-navbar {
  width: var(--dl-size-size-maxcontent);
  display: flex;
  position: relative;
  max-width: auto;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: space-between;
  background-color: #008b42;
}
.home-logo {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.home-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-link {
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.home-link:hover {
  color: #f2c700;
}
.home-link:active {
  color: #f2c700;
  text-decoration: underline;
}
.home-link01 {
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.home-link01:hover {
  color: #f2c700;
}
.home-link01:active {
  color: #f2c700;
  text-decoration: underline;
}
.home-link02 {
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.home-link02:hover {
  color: #f2c700;
}
.home-link02:active {
  color: #f2c700;
  text-decoration: underline;
}
.home-link03 {
  color: var(--dl-color-gray-black);
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.home-link03:hover {
  color: #f2c700;
}
.home-cta-btn {
  color: var(--dl-color-gray-white);
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  padding-top: var(--dl-space-space-halfunit);
  border-color: #000000;
  border-width: 2px;
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: 34px;
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.home-cta-btn:hover {
  color: #f2c700;
  border-color: #f2c700;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.home-cta-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.home-icon {
  width: 36px;
  height: 36px;
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-white);
}
.home-top {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.home-navlink1 {
  display: contents;
}
.home-image1 {
  width: 50px;
  object-fit: cover;
  text-decoration: none;
}
.home-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon2 {
  width: 24px;
  height: 24px;
}
.home-mid {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-links-container1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
}
.home-link04 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link05 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link06 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link07 {
  text-decoration: none;
}
.home-cta-btn1 {
  color: var(--dl-color-gray-white);
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: 34px;
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: var(--dl-color-primary-100);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-hero {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  background-color: #f3f3f3;
}
.home-hero-text-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-left: 50px;
  padding-right: var(--dl-space-space-doubleunit);
  flex-direction: column;
}
.home-heading {
  width: auto;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.home-text {
  color: var(--dl-color-gray-black);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.home-text14 {
  font-weight: 700;
}
.home-navlink2 {
  text-decoration: underline;
}
.home-image2 {
  width: 430px;
  height: 432px;
  align-self: flex-start;
  object-fit: cover;
  padding-right: 0px;
}
.home-section-separator {
  width: 100%;
  height: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-700);
}
.home-features {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  background-color: #f3f3f3;
}
.home-heading-container {
  width: 45%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  flex-direction: column;
}
.home-text28 {
  text-align: center;
  margin-bottom: var(--dl-space-space-fourunits);
}
.home-text31 {
  color: #000000;
  text-align: center;
}
.home-cards-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.home-feature-card {
  width: 30%;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-doubleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-doubleunit);
}
.home-container3 {
  flex: 0 0 auto;
  width: auto;
  height: 150px;
  display: flex;
  align-items: flex-start;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: center;
}
.home-image3 {
  width: 200px;
  height: auto;
  object-fit: cover;
  padding-bottom: 0px;
}
.home-text32 {
  color: #000000;
  text-align: center;
  padding-top: var(--dl-space-space-unit);
}
.home-feature-card1 {
  width: 30%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-doubleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-doubleunit);
}
.home-container4 {
  flex: 0 0 auto;
  width: auto;
  height: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-image4 {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.home-text33 {
  color: #000000;
  text-align: center;
  padding-top: var(--dl-space-space-unit);
}
.home-feature-card2 {
  width: 30%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-doubleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-doubleunit);
}
.home-container5 {
  flex: 0 0 auto;
  width: auto;
  height: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-image5 {
  width: 200px;
  height: 100%;
  object-fit: cover;
}
.home-text34 {
  color: #000000;
  text-align: center;
  padding-top: var(--dl-space-space-unit);
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: 100%;
  box-shadow: 10px 10px 10px 10px #4c4242;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-color: #369a40;
}
.home-content-container {
  width: 588px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-self: stretch;
  align-items: flex-start;
  border-color: var(--dl-color-gray-700);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.home-container6 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-navlink3 {
  display: contents;
}
.home-image6 {
  width: 509px;
  height: 128px;
  object-fit: cover;
  text-decoration: none;
}
.home-text35 {
  width: 299px;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  font-weight: 700;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-locations-container {
  width: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.home-location-1 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-top: 0px;
  flex-direction: column;
}
.home-email {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.home-icon4 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-halfunit);
}
.home-link08 {
  transition: 0.3s;
  text-decoration: none;
}
.home-link08:hover {
  color: #f2c700;
}
.home-phone {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
}
.home-icon6 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-halfunit);
}
.home-link09 {
  transition: 0.3s;
  text-decoration: none;
}
.home-link09:hover {
  color: #f2c700;
}
@media(max-width: 1600px) {
  .home-container {
    background-color: #f3f3f3;
  }
  .home-navbar-container {
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .home-image {
    width: 908px;
    height: auto;
  }
  .home-navbar {
    width: 100%;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-mobile-menu {
    display: none;
  }
  .home-hero {
    background-color: #f3f3f3;
  }
  .home-hero-text-container {
    width: 100%;
    padding-right: var(--dl-space-space-doubleunit);
  }
  .home-heading {
    width: auto;
  }
  .home-text {
    color: var(--dl-color-gray-black);
  }
  .home-text14 {
    font-weight: 700;
  }
  .home-image2 {
    border-width: 0px;
  }
  .home-features {
    background-color: #f3f3f3;
  }
  .home-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
  }
  .home-content-container {
    width: 588px;
  }
  .home-locations-container {
    width: 338px;
  }
  .home-location-1 {
    padding-top: var(--dl-space-space-halfunit);
  }
  .home-email {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .home-phone {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 1200px) {
  .home-container {
    background-color: #f3f3f3;
  }
  .home-navbar-container {
    width: 100%;
    height: auto;
    max-width: auto;
    box-shadow: 0px 5px 10px 2px #4c4242;
    max-height: auto;
    background-color: #008b42;
  }
  .home-image {
    width: auto;
    height: auto;
  }
  .home-navbar {
    width: 100%;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-bottom: var(--dl-space-space-halfunit);
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .home-mobile-menu {
    display: none;
  }
  .home-hero {
    max-width: auto;
    background-color: #f3f3f3;
  }
  .home-hero-text-container {
    width: 100%;
    margin-left: 0px;
  }
  .home-heading {
    width: auto;
    margin-right: var(--dl-space-space-doubleunit);
  }
  .home-image2 {
    width: auto;
    border-width: 0px;
  }
  .home-features {
    max-width: auto;
    background-color: #f3f3f3;
  }
  .home-heading-container {
    width: 75%;
  }
  .home-text28 {
    width: 607px;
  }
  .home-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
  }
  .home-content-container {
    width: auto;
  }
  .home-image6 {
    width: auto;
    height: auto;
  }
  .home-locations-container {
    width: 354px;
  }
  .home-location-1 {
    width: 100%;
    padding-top: var(--dl-space-space-halfunit);
  }
  .home-email {
    align-self: flex-start;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .home-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 991px) {
  .home-navbar-container {
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .home-image {
    width: auto;
    height: auto;
  }
  .home-navbar {
    width: auto;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-bottom: var(--dl-space-space-halfunit);
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .home-mobile-menu {
    display: none;
  }
  .home-hero {
    flex-direction: column-reverse;
  }
  .home-hero-text-container {
    width: 602px;
    margin-left: 0px;
  }
  .home-text {
    color: var(--dl-color-gray-black);
  }
  .home-text14 {
    font-weight: 700;
  }
  .home-image2 {
    width: 50%;
    height: auto;
    align-self: center;
    border-width: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-doubleunit);
  }
  .home-features {
    max-width: auto;
  }
  .home-heading-container {
    width: 75%;
  }
  .home-text28 {
    width: 517px;
  }
  .home-feature-card {
    align-self: center;
  }
  .home-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-right: var(--dl-space-space-tripleunit);
  }
  .home-content-container {
    width: auto;
  }
  .home-image6 {
    flex: 1;
    width: 100%;
    height: auto;
    padding-left: 0px;
  }
  .home-locations-container {
    width: auto;
    flex-wrap: wrap;
  }
  .home-location-1 {
    width: auto;
    height: auto;
    padding-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .home-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 767px) {
  .home-navbar-container {
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .home-image {
    width: 100%;
    height: auto;
  }
  .home-navbar {
    width: auto;
    max-width: auto;
    align-self: flex-end;
    margin-left: var(--dl-space-space-triplequarter);
    padding-top: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-triplequarter);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-links-container {
    display: none;
  }
  .home-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-left: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-tripleunit);
    background-color: var(--dl-color-gray-black);
  }
  .home-icon {
    fill: var(--dl-color-gray-white);
  }
  .home-mobile-menu {
    height: 315px;
    display: none;
    box-shadow: 5px 5px 10px 0px #000000;
    background-color: #369a40;
  }
  .home-cta-btn1 {
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-color: #000000;
  }
  .home-hero-text-container {
    width: 100%;
    padding-left: var(--dl-space-space-doubleunit);
  }
  .home-heading {
    width: auto;
    text-align: center;
    margin-left: var(--dl-space-space-doubleunit);
  }
  .home-text {
    align-self: center;
    text-align: left;
  }
  .home-image2 {
    width: 75%;
    height: auto;
    align-self: center;
    border-width: 0px;
    padding-right: 0px;
  }
  .home-features {
    max-width: auto;
  }
  .home-heading-container {
    width: 100%;
  }
  .home-text28 {
    width: 375px;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .home-text29 {
    color: var(--dl-color-gray-black);
    font-size: 36px;
    font-family: Roboto;
    font-weight: 700;
    line-height: 1.22;
    text-transform: none;
    text-decoration: none;
  }
  .home-cards-container {
    align-items: center;
    flex-direction: column;
  }
  .home-feature-card {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .home-container3 {
    width: auto;
    height: auto;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-image3 {
    width: 100%;
  }
  .home-text32 {
    padding-top: var(--dl-space-space-unit);
  }
  .home-feature-card1 {
    width: 70%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .home-container4 {
    width: auto;
    height: auto;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-image4 {
    width: 100%;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text33 {
    padding-top: var(--dl-space-space-unit);
  }
  .home-feature-card2 {
    width: 70%;
  }
  .home-container5 {
    height: auto;
  }
  .home-image5 {
    width: 100%;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text34 {
    padding-top: var(--dl-space-space-unit);
  }
  .home-footer {
    width: 100%;
    max-width: auto;
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-right: var(--dl-space-space-tripleunit);
    flex-direction: column;
  }
  .home-content-container {
    width: 100%;
  }
  .home-image6 {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .home-text35 {
    width: auto;
  }
  .home-locations-container {
    width: auto;
  }
  .home-location-1 {
    width: auto;
    height: auto;
    padding-top: var(--dl-space-space-halfunit);
  }
  .home-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .home-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 479px) {
  .home-navbar-container {
    width: 100%;
    height: 168px;
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .home-image {
    width: 100%;
    height: auto;
    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-halfunit);
  }
  .home-navbar {
    width: auto;
    height: 59px;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-cta-btn {
    width: auto;
    height: auto;
    font-size: 16px;
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
    padding-bottom: var(--dl-space-space-halfunit);
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .home-burger-menu {
    width: auto;
    height: auto;
    margin-left: var(--dl-space-space-doubleunit);
  }
  .home-icon {
    align-self: flex-end;
  }
  .home-mobile-menu {
    height: 312px;
    display: none;
    box-shadow: 5px 5px 10px 0px #000000;
    border-color: var(--dl-color-gray-black);
    border-width: 3px;
    background-color: #369a40;
  }
  .home-cta-btn1 {
    font-size: 16px;
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
  }
  .home-hero {
    flex-wrap: wrap;
    max-width: auto;
  }
  .home-hero-text-container {
    width: 100%;
  }
  .home-heading {
    width: 100%;
    font-size: 22px;
    align-self: flex-start;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
  }
  .home-text {
    color: var(--dl-color-gray-black);
    width: 100%;
    align-self: center;
    text-align: left;
  }
  .home-text14 {
    font-weight: 700;
  }
  .home-image2 {
    width: 100%;
    height: auto;
    border-width: 0px;
  }
  .home-text28 {
    width: auto;
  }
  .home-feature-card {
    width: 100%;
    height: auto;
  }
  .home-container3 {
    height: 220px;
    padding-top: 0px;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-image3 {
    width: auto;
    align-self: center;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text32 {
    text-align: center;
  }
  .home-feature-card1 {
    width: 100%;
    height: auto;
  }
  .home-container4 {
    height: auto;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-image4 {
    width: 100%;
    align-self: center;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-feature-card2 {
    width: 100%;
    height: auto;
  }
  .home-container5 {
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-image5 {
    width: 100%;
    height: auto;
    align-self: center;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-footer {
    height: auto;
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-top: var(--dl-space-space-fiveunits);
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .home-content-container {
    width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-image6 {
    width: 100%;
    height: auto;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .home-text35 {
    font-size: 18px;
    font-style: normal;
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-unit);
  }
  .home-text36 {
    text-align: center;
  }
  .home-locations-container {
    width: auto;
    margin-bottom: 0px;
  }
  .home-location-1 {
    width: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .home-email {
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .home-link08 {
    font-size: 14px;
    align-self: flex-start;
    text-decoration:  none;
  }
  .home-phone {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
