.about-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #f3f3f3;
}
.about-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;
}
.about-navlink {
  display: contents;
}
.about-image {
  width: 1051px;
  height: auto;
  object-fit: cover;
  text-decoration: none;
}
.about-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;
}
.about-logo {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.about-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.about-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.about-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;
}
.about-link:hover {
  color: #f2c700;
}
.about-link:active {
  color: #f2c700;
  text-decoration: underline;
}
.about-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;
}
.about-link01:hover {
  color: #f2c700;
}
.about-link01:active {
  color: #f2c700;
  text-decoration: underline;
}
.about-link02 {
  color: #f2c700;
  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: underline         none;
}
.about-link02:hover {
  color: #f2c700;
}
.about-link02:active {
  color: #f2c700;
  text-decoration: underline;
}
.about-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;
}
.about-link03:hover {
  color: #f2c700;
}
.about-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;
}
.about-cta-btn:hover {
  color: #f2c700;
  border-color: #f2c700;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.about-cta-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.about-burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.about-icon {
  width: 36px;
  height: 36px;
}
.about-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);
}
.about-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;
}
.about-navlink1 {
  display: contents;
}
.about-image1 {
  width: 50px;
  object-fit: cover;
  text-decoration: none;
}
.about-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.about-icon2 {
  width: 24px;
  height: 24px;
}
.about-mid {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.about-links-container1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
}
.about-link04 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-link05 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-link06 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.about-link07 {
  text-decoration: none;
}
.about-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;
}
.about-hero {
  width: 75%;
  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;
}
.about-hero-text-container {
  width: 35%;
  display: flex;
  align-items: flex-start;
  margin-left: 50px;
  flex-direction: column;
}
.about-heading {
  width: 425px;
  height: 33px;
  font-size: 24px;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.about-hero-text-container1 {
  width: 526px;
  height: 313px;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-halfunit);
  flex-direction: column;
  justify-content: center;
}
.about-text {
  color: var(--dl-color-gray-black);
  width: auto;
  align-self: flex-start;
  margin-top: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-unit);
}
.about-image2 {
  width: 430px;
  height: 432px;
  align-self: flex-start;
  object-fit: cover;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  padding-right: 0px;
}
.about-section-separator {
  width: 100%;
  height: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-700);
}
.about-features {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: flex-start;
  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);
}
.about-heading-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: flex-start;
}
.about-professional {
  align-self: flex-start;
}
.about-li {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li01 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li02 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li03 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li04 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li05 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li06 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-major-projects {
  align-self: flex-start;
  padding-bottom: var(--dl-space-space-unit);
}
.about-apprentice {
  align-self: flex-start;
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: underline;
}
.about-li07 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li08 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li09 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li10 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li11 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-journeyman {
  align-self: flex-start;
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: underline;
}
.about-li12 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li13 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li14 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li15 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li16 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li17 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-foreman {
  align-self: flex-start;
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: underline;
}
.about-li18 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li19 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li20 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li21 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-project-superintendent {
  align-self: flex-start;
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: underline;
}
.about-li22 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-additional {
  align-self: flex-start;
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: underline;
}
.about-li23 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li24 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-li25 {
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}
.about-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;
}
.about-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;
}
.about-container3 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-navlink2 {
  display: contents;
}
.about-image3 {
  width: 509px;
  height: 128px;
  object-fit: cover;
  text-decoration: none;
}
.about-text34 {
  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);
}
.about-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;
}
.about-location-1 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-top: 0px;
  flex-direction: column;
}
.about-email {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.about-icon4 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-halfunit);
}
.about-link08 {
  transition: 0.3s;
  text-decoration: none;
}
.about-link08:hover {
  color: #f2c700;
}
.about-phone {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
}
.about-icon6 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-halfunit);
}
.about-link09 {
  transition: 0.3s;
  text-decoration: none;
}
.about-link09:hover {
  color: #f2c700;
}
@media(max-width: 1600px) {
  .about-container {
    background-color: #f3f3f3;
  }
  .about-navbar-container {
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .about-image {
    width: 908px;
    height: auto;
  }
  .about-navbar {
    width: 100%;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .about-link02 {
    color: #f2c700;
    text-decoration: underline;
  }
  .about-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .about-mobile-menu {
    display: none;
  }
  .about-hero {
    width: 80%;
  }
  .about-hero-text-container {
    width: 100%;
    margin-left: var(--dl-space-space-doubleunit);
    margin-right: var(--dl-space-space-doubleunit);
  }
  .about-heading {
    width: auto;
    height: auto;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .about-hero-text-container1 {
    width: auto;
    height: auto;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .about-text {
    width: auto;
  }
  .about-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
  }
  .about-content-container {
    width: 588px;
  }
  .about-locations-container {
    width: 338px;
  }
  .about-location-1 {
    padding-top: var(--dl-space-space-halfunit);
  }
  .about-email {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .about-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .about-phone {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .about-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 1200px) {
  .about-container {
    background-color: #f3f3f3;
  }
  .about-navbar-container {
    width: 100%;
    height: auto;
    max-width: auto;
    box-shadow: 0px 5px 10px 2px #4c4242;
    max-height: auto;
    background-color: #008b42;
  }
  .about-image {
    width: auto;
    height: auto;
  }
  .about-navbar {
    width: 100%;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .about-link02 {
    color: #f2c700;
    text-decoration: underline;
  }
  .about-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;
  }
  .about-mobile-menu {
    display: none;
  }
  .about-hero {
    width: 80%;
  }
  .about-hero-text-container {
    width: 100%;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
  .about-hero-text-container1 {
    width: auto;
    height: auto;
    flex-wrap: wrap;
  }
  .about-image2 {
    width: 373px;
    height: 382px;
  }
  .about-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
  }
  .about-content-container {
    width: auto;
  }
  .about-image3 {
    width: auto;
    height: auto;
  }
  .about-locations-container {
    width: 354px;
  }
  .about-location-1 {
    width: 100%;
    padding-top: var(--dl-space-space-halfunit);
  }
  .about-email {
    align-self: flex-start;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .about-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .about-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 991px) {
  .about-navbar-container {
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .about-image {
    width: auto;
    height: auto;
  }
  .about-navbar {
    width: auto;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .about-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;
  }
  .about-mobile-menu {
    display: none;
  }
  .about-hero {
    flex-direction: column-reverse;
  }
  .about-hero-text-container {
    width: 602px;
    height: 316px;
    margin-left: 0px;
  }
  .about-hero-text-container1 {
    width: 602px;
    height: 264px;
    margin-left: 0px;
  }
  .about-image2 {
    align-self: center;
    padding-right: 0px;
  }
  .about-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-right: var(--dl-space-space-tripleunit);
  }
  .about-content-container {
    width: auto;
  }
  .about-image3 {
    flex: 1;
    width: 100%;
    height: auto;
    padding-left: 0px;
  }
  .about-locations-container {
    width: auto;
    flex-wrap: wrap;
  }
  .about-location-1 {
    width: auto;
    height: auto;
    padding-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .about-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .about-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 767px) {
  .about-navbar-container {
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .about-image {
    width: 100%;
    height: auto;
  }
  .about-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);
  }
  .about-links-container {
    display: none;
  }
  .about-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);
  }
  .about-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-tripleunit);
    background-color: var(--dl-color-gray-black);
  }
  .about-icon {
    fill: var(--dl-color-gray-white);
  }
  .about-mobile-menu {
    height: 315px;
    display: none;
    box-shadow: 5px 5px 10px 0px #000000;
    background-color: #369a40;
  }
  .about-cta-btn1 {
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-color: #000000;
  }
  .about-hero {
    margin-top: var(--dl-space-space-doubleunit);
    padding-top: var(--dl-space-space-doubleunit);
    margin-bottom: var(--dl-space-space-doubleunit);
    padding-bottom: var(--dl-space-space-doubleunit);
  }
  .about-hero-text-container {
    width: 100%;
    height: auto;
  }
  .about-heading {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .about-hero-text-container1 {
    width: 100%;
    height: auto;
  }
  .about-text {
    text-align: center;
  }
  .about-image2 {
    align-self: center;
    padding-right: 0px;
  }
  .about-heading-container {
    width: 100%;
  }
  .about-footer {
    width: 100%;
    max-width: auto;
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-right: var(--dl-space-space-tripleunit);
    flex-direction: column;
  }
  .about-content-container {
    width: 100%;
  }
  .about-image3 {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .about-text34 {
    width: auto;
  }
  .about-locations-container {
    width: auto;
  }
  .about-location-1 {
    width: auto;
    height: auto;
    padding-top: var(--dl-space-space-halfunit);
  }
  .about-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .about-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 479px) {
  .about-navbar-container {
    width: 100%;
    height: 168px;
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .about-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);
  }
  .about-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);
  }
  .about-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;
  }
  .about-burger-menu {
    width: auto;
    height: auto;
    margin-left: var(--dl-space-space-doubleunit);
  }
  .about-icon {
    align-self: flex-end;
  }
  .about-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;
  }
  .about-cta-btn1 {
    font-size: 16px;
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
  }
  .about-hero {
    height: 952px;
    margin-top: var(--dl-space-space-fiveunits);
    padding-top: var(--dl-space-space-fiveunits);
    margin-bottom: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .about-hero-text-container {
    width: 100%;
    height: auto;
  }
  .about-heading {
    width: 100%;
    height: auto;
    align-self: flex-start;
  }
  .about-hero-text-container1 {
    width: 100%;
    height: auto;
  }
  .about-text {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .about-image2 {
    width: 100%;
    height: auto;
  }
  .about-features {
    padding-top: var(--dl-space-space-doubleunit);
    padding-bottom: var(--dl-space-space-doubleunit);
  }
  .about-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);
  }
  .about-content-container {
    width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .about-image3 {
    width: 100%;
    height: auto;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .about-text34 {
    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);
  }
  .about-text35 {
    text-align: center;
  }
  .about-locations-container {
    width: auto;
    margin-bottom: 0px;
  }
  .about-location-1 {
    width: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .about-email {
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .about-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .about-link08 {
    font-size: 14px;
    align-self: flex-start;
    text-decoration:  none;
  }
  .about-phone {
    margin-bottom: var(--dl-space-space-unit);
  }
  .about-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
