:root {
  --primary-color: #1f5641;
  --black: #1e263f;
  --white: #fff;
  --off-white: #f6f2e8;
  --secondary: #fff;
}

body {
  color: #333;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid var(--primary-color);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.paragraph-large {
  color: #1e263f;
  text-shadow: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-large.center {
  text-align: center;
}

.paragraph-large.center.mb-30 {
  margin-bottom: 30px;
}

.paragraph-large.text-white {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-large.text-white.center-align {
  text-align: center;
}

.paragraph-large.text-white.center-align.mb-30 {
  margin-bottom: 30px;
}

.paragraph-large.text-white.center--align {
  background-color: var(--primary-color);
  text-align: center;
  width: 300px;
}

.paragraph-large.left-align {
  text-align: left;
}

.paragraph-large.ceter-align {
  text-align: center;
}

.paragraph-large.mb-30 {
  margin-bottom: 30px;
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 350px;
  display: flex;
}

.utility-page-content.flex-justify-center {
  justify-content: center;
  align-items: center;
  width: 720px;
}

._404-page-image {
  width: 200px;
  max-width: none;
  max-height: none;
}

.button-4 {
  background-color: var(--primary-color);
  text-transform: uppercase;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.button-4.w--current {
  border-radius: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.utility-h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3em;
}

@media screen and (min-width: 1280px) {
  .nav-menu-link:hover {
    color: var(--white);
    border-bottom: 1px #cf92c0;
  }

  .base-container {
    width: 1200px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .testimonials-tab-1-link {
    color: var(--white);
  }

  .testimonials-tab-1-link.w--current {
    border-color: var(--white);
    color: var(--white);
  }

  .primary-button-2:hover {
    background-color: var(--primary-color);
  }

  .footer-link:hover {
    color: var(--primary-color);
  }

  .nav-dropdown-toggle:hover {
    transform: translate(0, -5px);
  }

  .services-container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-white-7:hover {
    color: #ff9393;
    background-color: #07264e;
    border-color: #ff9393;
  }

  .input-field::placeholder {
    color: #999;
    font-size: 14px;
  }

  .section-title-content-2 {
    font-size: 18px;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-tab-section {
    min-height: 900px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-tabs-content-wrap {
    position: relative;
  }

  .service-tab-content-area {
    margin: 40px 20px 20px;
    padding: 60px;
  }

  .top-nav-bar {
    display: flex;
  }

  .nav-logo_red-2 {
    width: 150px;
  }

  .nav-menu-link-2 {
    color: #333;
    border-bottom: 1px solid #0000;
  }

  .nav-menu-link-2:hover {
    color: #29acf1;
    border-bottom: 1px #cf92c0;
  }

  .nav-logo_main-2 {
    width: 150px;
  }

  .nav-logo-container-2 {
    width: 17em;
  }

  .nav-container-2 {
    background-color: #0000;
    border-style: none;
    border-color: #000;
    min-width: auto;
    max-width: 1200px;
    padding: 10px 0;
  }

  .garlic-mustard-img {
    width: 100%;
  }

  .base-container-3 {
    width: 1200px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .services-container-copy {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-4 {
    width: 1200px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .hero-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    width: 100%;
    padding-bottom: 60px;
  }

  .hero-section {
    padding-top: 300px;
  }

  .svc-area-column {
    width: 1200px;
  }

  .container-2 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-tab-section {
    min-height: 900px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .service-tab-content-area {
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 20px 20px;
    padding: 60px;
    display: flex;
  }

  .dropdown {
    font-size: 16px;
  }

  .nav-logo_red-2 {
    width: 150px;
  }

  .nav-menu-link-2 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu-link-2:hover {
    color: #29acf1;
    font-weight: 500;
  }

  .nav-logo_main-2 {
    width: 150px;
  }

  .nav-logo-container-2 {
    width: 17em;
  }

  .dropdown-2 {
    font-size: 16px;
  }

  .hero-section-copy {
    padding-top: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-link:hover {
    color: var(--white);
    border: 1px #000;
    border-bottom-color: #fd5521;
    font-weight: 600;
  }

  .nav-container {
    max-width: 1500px;
  }

  .hero-container {
    width: 1500px;
    height: auto;
    padding-top: 300px;
    padding-bottom: 0;
  }

  .secondary-button-2 {
    background-color: var(--primary-color);
  }

  .hero-section {
    background-image: linear-gradient(2deg, #02140de6, #1f564133 45%), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48c0_company%20picture%2020223.webp");
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-h2 {
    font-size: 52px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .svc-section {
    background-color: var(--off-white);
  }

  .svc-section.without-bottom-spacing {
    background-image: url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48dd_5335765%20(1).webp");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .base-container {
    width: 1500px;
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .primary-button-2.w--current {
    border-style: solid;
  }

  .primary-button-2.w--current:hover {
    transform: scale(1.1);
  }

  .about-6-contacts-content-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .abt-cta-img {
    height: 100%;
  }

  .abt-contacts-wrap {
    height: 440px;
  }

  .abt-cta-wrap {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title-wrap.blog-section-title-wrap {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 220px;
    padding-right: 220px;
  }

  .gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .svc-area-column {
    width: 1500px;
  }

  .services-container {
    max-width: 1500px;
  }

  .primary-button-white-7:hover {
    color: #ff9393;
    -webkit-text-stroke-color: #9e222d;
    border-color: #ff9393;
  }

  .checks-h3 {
    font-size: 21px;
  }

  .checks-p {
    font-size: 18px;
  }

  .blog-container, .base-container-2 {
    max-width: 1500px;
  }

  .blog-post-container {
    max-width: 90rem;
  }

  .title-section-wrap {
    max-width: 920px;
  }

  .polaroid-sign-wrap {
    align-items: center;
  }

  .container-2 {
    max-width: 1500px;
  }

  .service-tab-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-title-wrap-2.title-center-align {
    width: 100%;
  }

  .top-nav-bar {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-list-5.dropdown-list-all-services.w--open {
    background-color: #fffffffa;
  }

  .nav-logo_red-2 {
    width: 180px;
  }

  .nav-menu-centered-wrapper-2 {
    margin-right: 40px;
  }

  .nav-menu-link-2 {
    color: #333;
    border-bottom-style: none;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu-link-2:hover {
    color: var(--primary-color);
    border: 1px #000;
    border-bottom-color: #fd5521;
    font-size: 16px;
    font-weight: 500;
  }

  .about-block {
    border-bottom-color: #cacaca;
  }

  .nav-btn {
    text-transform: uppercase;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
  }

  .nav-logo_main-2 {
    width: 180px;
  }

  .nav-logo-container-2 {
    width: 20em;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .search-shop-con-centered-2 {
    width: auto;
  }

  .nav-container-2 {
    border-bottom-style: none;
    min-width: auto;
    max-width: 1500px;
    padding: 0;
  }

  .dropdown-toggle {
    font-size: 16px;
  }

  .serrvices-link-block, .sa-link-block {
    border-bottom-color: #d3d3d3;
  }

  .collection-list-19 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-121 {
    display: block;
  }

  .collection-item {
    justify-content: center;
    align-items: center;
    height: 290px;
    display: flex;
  }

  .tree-health-image {
    width: 550px;
  }

  .glory-of-snow-img-column {
    padding-bottom: 100px;
  }

  .tree-health-image-large {
    width: 550px;
  }

  .maple-chlorosis.mt-100 {
    justify-content: center;
    align-items: center;
  }

  .needle-cast-second-img {
    width: 400px;
  }

  .hero-section-copy {
    background-image: linear-gradient(2deg, #02140de6, #1f564133 45%), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48c0_company%20picture%2020223.webp");
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .base-container-3 {
    width: 1500px;
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-27 {
    font-size: 20px;
  }

  .services-container-copy {
    max-width: 1500px;
  }

  .base-container-4 {
    width: 1500px;
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .faq-h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 30px;
  }

  .text-block-91 {
    font-size: 28px;
  }

  .dropdown-3 {
    background-color: var(--primary-color);
    color: var(--white);
  }

  .text-block-92 {
    color: var(--white);
    font-size: 32px;
    font-weight: 600;
  }

  .icon {
    color: var(--white);
    padding-left: 20px;
    font-size: 18px;
  }

  .paragraph-37 {
    color: #fff;
    text-align: center;
  }

  .button-7 {
    background-color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
  }

  .paragraph-38 {
    color: #fff;
  }

  .div-block-105 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
  }

  .div-block-106 {
    background-color: var(--primary-color);
    width: 50%;
  }

  .link-7 {
    color: var(--white);
    text-align: center;
    background-color: #fff;
  }

  .div-block-107 {
    background-color: var(--primary-color);
    width: 50%;
  }

  .list {
    color: var(--black);
  }

  .heading-50 {
    color: var(--primary-color);
    text-transform: uppercase;
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .list-copy {
    color: var(--black);
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4, p, ul {
    font-size: 14px;
  }

  .nav-close-icon {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .nav-menu-link {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
  }

  .nav-container {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tablet-down {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
  }

  .menu-button-centered {
    text-align: right;
    padding: 0;
  }

  .menu-button-centered.w--open {
    background-color: #0000;
  }

  .nav-logo-container {
    z-index: 1;
    margin-right: 2em;
  }

  .nav-menu-shadow-overlay {
    z-index: 9999;
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    height: 100%;
    position: relative;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-menu-centered {
    z-index: 20;
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-logo_main {
    opacity: 0;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .search-shop-con-centered {
    grid-column-gap: 10px;
    width: auto;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-h1 {
    width: 500px;
    font-size: 32px;
  }

  .hero-container {
    padding-bottom: 0;
  }

  .hero-btn1 {
    width: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-btn1:hover {
    opacity: 1;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    background-image: linear-gradient(0deg, #02140de6, #1f564133 64%), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48c0_company%20picture%2020223.webp");
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .abt-img {
    width: 100%;
    height: auto;
  }

  .double-button-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .primary-button-white-2:hover {
    opacity: 1;
  }

  .abt-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .column-2 {
    height: auto;
  }

  .section-h2 {
    padding-left: 0;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
  }

  .circle-counter-wrap {
    width: 50%;
  }

  .svc-section {
    padding: 100px 60px;
  }

  .svc-section.without-bottom-spacing {
    padding: 60px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .base-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .svc-cms-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .review-image-wrap {
    width: 100%;
  }

  .quote-divider-block {
    display: none;
  }

  .home-tabs-menu {
    padding-left: 20px;
  }

  .tabs-testimonial-block {
    flex-direction: column;
  }

  .tabs-testimonial-quote-block {
    width: 100%;
  }

  .tabs-testimonial-person {
    padding-left: 0;
  }

  .cta-h2 {
    text-align: center;
  }

  .primary-color-background {
    height: auto;
  }

  .contacts-title.top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-content-wrapper.haze-padding {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-wrap {
    flex-direction: column;
  }

  .form-section {
    padding: 100px 60px;
  }

  .contacts-form-wrapper-home-2 {
    width: 70%;
    padding: 30px;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
    font-family: Poppins, Arial, sans-serif;
    display: flex;
  }

  .nav-dropdown-link-2 {
    padding: 10px 0;
    font-size: 15px;
    display: none;
  }

  .nav-dropdown-link-2:hover {
    color: #87a6d6;
  }

  .nav-dropdown-icon {
    display: block;
  }

  .megamenu-dropdown-wrapper {
    flex-direction: column;
  }

  .megamenu-dropdown-wrapper.service-container {
    width: 100%;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: opacity .5s;
    display: none;
    overflow: hidden;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    max-height: 220px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: auto;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 0;
  }

  .nav-dropdown-list.megamenu.w--open {
    max-height: none;
  }

  .nav-item-title {
    color: #87a6d6;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
  }

  .nav-dropdowm-link-line-2 {
    background-color: #87a6d6;
  }

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    padding-right: 0;
    overflow: visible;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu-dropdown-wrap.one-column, .megamenu-dropdown-wrap.one-column.services-container, .megamenu-dropdown-wrap.one-column, .megamenu-dropdown-wrap.one-column.services-container, .megamenu-dropdown-wrap.one-column.services-container {
    width: 100%;
  }

  .testimonials {
    padding: 100px 60px;
  }

  .socials-wrap {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding: 100px 60px;
  }

  .section-9.main-flowers-green-banner {
    padding-top: 140px;
  }

  .about-6-contacts-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .abt-cta-img {
    object-position: 50% 23%;
  }

  .abt-contacts-wrap {
    width: 100%;
    height: 550px;
  }

  .abt-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .abt-cta-wrap {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .abt-us {
    padding: 100px 60px;
  }

  .gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .accommodation-map-block-2 {
    width: 100%;
    min-height: 600px;
  }

  .accommodation-map-block-2.small {
    width: 100%;
  }

  .section-12.accommodation-banner {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba4880_accomodation-banner-01.avif");
    background-position: 0 0, 50%;
    min-height: 500px;
  }

  .banner-title-wrapper-2 {
    width: 100%;
  }

  .banner-title-wrapper-2.p-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-title-2 {
    font-size: 44px;
  }

  .services-container {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .section-13.without-bottom-spacing.service-second-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .svc-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link-2 {
    font-weight: 400;
  }

  .subheader-services {
    font-size: 14px;
  }

  .section-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .service-area {
    padding-left: 40px;
    padding-right: 40px;
  }

  .big-article-content-wrapper {
    height: auto;
  }

  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .image-101 {
    filter: none;
  }

  .blog-post-banner {
    padding: 100px 60px;
  }

  .banner-btn-primary:hover, .banner-button-phone:hover {
    opacity: 1;
  }

  .section-title-wrapper-4 {
    max-width: 560px;
  }

  .primary-button-white-7 {
    width: 100%;
    margin-top: 0;
  }

  .primary-button-white-7:hover {
    opacity: 1;
  }

  .double-button-6 {
    margin-top: 0;
  }

  .double-button-6.dbl-button-left {
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .home-section-title-2 {
    text-align: left;
    width: 100%;
    font-size: 28px;
    line-height: 1.3em;
  }

  .paragraph-large-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-13 {
    height: auto;
    min-height: 0;
    padding: 50px 40px 45px;
  }

  .svc-item-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .svc-heading {
    font-size: 21px;
    font-weight: 600;
  }

  .abt-section {
    flex-flow: column;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .btn-phone {
    display: none;
  }

  .hero-btn2 {
    width: 220px;
  }

  .cta-wrap {
    width: 100%;
    padding: 100px 40px;
  }

  .page-banner {
    padding: 140px 60px 100px;
  }

  .card-btn {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .form-content-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .svc-column {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .svc-column-2 {
    position: static;
  }

  .svc-area-section {
    padding: 0 0 100px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .lp-container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-image {
    width: 60px;
    height: 60px;
  }

  .features-h3 {
    font-size: 20px;
  }

  .pricing-card-text {
    font-size: 16px;
  }

  .about-us-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px;
    display: flex;
  }

  .banner-section-2.home-3-banner {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .image-9 {
    width: 100%;
    height: auto;
  }

  .image-9._1 {
    object-fit: cover;
    object-fit: cover;
    height: 340px;
  }

  .paragraph-23.hero-description {
    text-align: left;
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  .info-h2 {
    padding-left: 0;
    font-size: 31px;
  }

  .flex-about {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .meet-owner-section {
    padding-top: 80px;
  }

  .faq-container-lp {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-5 {
    font-size: 16px;
  }

  .blog-header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-2 {
    max-width: 42rem;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-container {
    max-width: 53rem;
    padding-left: 0;
    padding-right: 0;
  }

  .polaroid-sign-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .section-title-content-2 {
    font-size: 14px;
  }

  .service-tab-contents {
    width: 100%;
    padding-right: 0;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-tabs-image {
    width: 100%;
    margin-top: 40px;
  }

  .service-tab-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-tab-link-text {
    font-size: 16px;
  }

  .tabs-photo {
    min-height: 300px;
    max-height: 460px;
  }

  .section-title-wrap-2.title-center-align {
    width: 100%;
  }

  .button-3, .button-3.on-white, .button-3.on-white {
    font-size: 16px;
  }

  .service-tab-content-area {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-top: 0;
  }

  .bold-text-28 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .free-quote {
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

  .tablet-menu-2 {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-menu-link-2 {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
  }

  .nav-menu-link-2:hover {
    color: #1e263f;
  }

  .bold-text-40 {
    font-weight: 600;
  }

  .image-2 {
    width: 200px;
  }

  .image-2.logo-mobile {
    width: 150px;
  }

  .tablet-down-2 {
    background-color: var(--primary-color);
    letter-spacing: 1px;
    border-color: #29acf1;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .tablet-down-2:hover {
    color: var(--primary-color);
  }

  .nav-btn {
    display: none;
  }

  .nav-logo_main-2 {
    opacity: 1;
  }

  .nav-logo-container-2 {
    z-index: 1;
    margin-right: 2em;
  }

  .search-shop-con-centered-2 {
    grid-column-gap: 10px;
    width: auto;
  }

  .nav-container-2 {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .collection-list-19 {
    grid-template-columns: 1fr 1fr;
  }

  .brown-needles-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tree-health-image, .tree-health-image-2 {
    width: 300px;
  }

  .section-text-title {
    width: 250px;
    font-size: 18px;
  }

  .garlic-mustard-img {
    width: 100%;
  }

  .slide-2 {
    width: 48%;
  }

  .landscaping-before-and-after {
    width: 100%;
  }

  .collection-list-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-section-copy {
    background-image: linear-gradient(0deg, #02140de6, #1f564133 64%), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48c0_company%20picture%2020223.webp");
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .page-bannernew {
    padding: 140px 60px 100px;
  }

  .base-container-3 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .services-container-copy {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .banner-btn-primary-copy:hover {
    opacity: 1;
  }

  .base-container-4 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .svc-column-copy {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .text-block-90 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-91 {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .abt-section-copy {
    flex-flow: column;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
  }

  .nav-container {
    background-color: #fff;
  }

  .tablet-down {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .nav-logo_main {
    opacity: 0;
  }

  .tablet-menu {
    height: 110px;
  }

  .navbar {
    position: fixed;
  }

  .hero-h1 {
    width: auto;
    font-size: 32px;
    line-height: 1em;
  }

  .hero-double-btn {
    justify-content: center;
    align-items: center;
  }

  .hero-btn1 {
    width: 200px;
  }

  .secondary-button-2 {
    letter-spacing: 1px;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(0deg, #02140de6, #1f564133 64%), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48c0_company%20picture%2020223.webp");
    background-position: 0 0, 47% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
  }

  .abt-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .double-button-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .columns {
    flex-flow: column-reverse wrap;
    min-width: 100%;
  }

  .columns.second-section-column.d-wrap-up {
    flex-flow: column wrap;
  }

  .abt-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-h2 {
    text-align: center;
    font-size: 32px;
  }

  .section-h2.left {
    text-align: center;
    padding-left: 0;
    font-size: 38px;
  }

  .section-h2.left--align {
    padding-left: 0;
    font-size: 32px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title-wrapper.flex-justify-space-btween._w-100 {
    flex-flow: column;
  }

  .paragraph-large {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-circles-2 {
    font-size: 18px;
    font-weight: 600;
  }

  .svc-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .circle-counter-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .base-container {
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.top {
    margin-top: 0;
  }

  .svc-cms-list {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-h2 {
    text-align: center;
  }

  .primary-color-background {
    height: auto;
  }

  .contacts-content-wrapper, .form-subtitle {
    text-align: center;
  }

  .rsvp-bg-images {
    display: none;
  }

  .form-wrap {
    flex-wrap: wrap;
  }

  .form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contacts-form-wrapper-home-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-dark-address {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark-link-wrapper {
    align-items: center;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-toggle {
    width: 99%;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .socials-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-9.main-flowers-green-banner {
    min-height: 250px;
  }

  .banner-title.grey-green {
    font-size: 42px;
  }

  .abt-left {
    width: 100%;
  }

  .text-white {
    font-size: 56px;
    line-height: 1.3em;
  }

  .abt-content-wrap {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .abt-right {
    width: 100%;
  }

  .abt-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .accommodation-map-block-2 {
    min-height: 450px;
  }

  .accommodation-map-block-2.small {
    width: 90%;
  }

  .section-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-title-wrapper-2.p-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-title-2 {
    font-size: 38px;
  }

  .services-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .svc-link-wrap {
    width: 100%;
  }

  .subheader-services {
    font-size: 14px;
  }

  .blog-item-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-101 {
    filter: none;
  }

  .blog-post-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-btn-primary, .banner-button-phone {
    margin-top: 0;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-8 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .section-title-wrapper-4 {
    margin-bottom: 40px;
  }

  .section-title-wrapper-4.maps-section {
    justify-content: center;
    align-items: center;
  }

  .primary-button-white-7 {
    margin-top: 0;
  }

  .primary-button-white-7:hover {
    color: #9e222d;
  }

  .double-button-6 {
    margin-top: 40px;
  }

  .double-button-6.dbl-button-left {
    width: 70%;
  }

  .home-section-title-2 {
    text-align: center;
  }

  .paragraph-large-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-4.maps-par {
    text-align: center;
    text-align: center;
  }

  .vlog-cms-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .blog-info-wrap {
    padding-bottom: 30px;
  }

  .abt-section {
    background-image: none;
    height: auto;
    padding: 40px 20px;
  }

  .hero-btn2 {
    letter-spacing: 1px;
    width: 200px;
  }

  .btn-phone-primary {
    letter-spacing: 1px;
  }

  .cta-wrap {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-banner {
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-banner-h1 {
    font-size: 42px;
  }

  .card-btn {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .form-content-wrap {
    text-align: center;
  }

  .svc-area-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-left, .pricing-overview {
    padding: 60px 15px;
  }

  .about-us-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .banner-section-2 {
    height: 600px;
  }

  .banner-section-2.home-3-banner {
    background-image: none;
  }

  .banner-section-2.home-3-banner.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-section-2.home-3-banner.about-section.about-us-banner-new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    width: 100%;
  }

  .paragraph-23.hero-description {
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .info-h2 {
    text-align: center;
  }

  .about-intro-wrap-2 {
    max-width: 85%;
  }

  .faq-header {
    font-size: 45px;
  }

  .faq-container-lp {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-26 {
    font-size: 16px;
  }

  .footer-dark-link-wrapper-2 {
    align-items: center;
  }

  .blog-body-wrapper {
    width: auto;
  }

  .blog-container {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .blog-link-wrapper {
    width: auto;
  }

  .blog-header-container {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-2 {
    max-width: 32rem;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-container {
    max-width: 55rem;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .polaroid-sign-wrap {
    flex-direction: column;
    align-items: center;
  }

  .polaroid-contact-wrap-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .section-title-content-2.center-align {
    text-align: center;
    text-align: center;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-tab-link {
    margin-bottom: 20px;
  }

  .service-tabs-menu {
    flex-direction: column;
  }

  .service-tab-content-area {
    margin-left: 10px;
    margin-right: 0;
  }

  .top-nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .free-quote {
    display: flex;
  }

  .tablet-menu-2 {
    height: 110px;
  }

  .nav-menu-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link-2:hover {
    color: #1e263f;
  }

  .image-2.logo-mobile {
    width: 90px;
  }

  .tablet-down-2 {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .nav-logo_main-2 {
    opacity: 1;
  }

  .nav-container-2 {
    background-color: #fff;
  }

  .lightbox-link-2 {
    width: 250px;
    height: 200px;
  }

  .brown-needles-section {
    padding: 40px 20px;
  }

  .columns-9 {
    flex-flow: column-reverse wrap;
  }

  .columns-9.mt-100 {
    margin-top: 20px;
  }

  .section-text-title {
    text-align: center;
  }

  .glory-of-snow-col {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .maple-chlorosis.mt-100 {
    flex-flow: column;
    margin-top: 0;
  }

  .column-22, .needle-cast {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-20 {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section-copy {
    background-image: linear-gradient(0deg, #02140de6, #1f564133 64%), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48c0_company%20picture%2020223.webp");
    background-position: 0 0, 47% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
  }

  .page-bannernew {
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .base-container-3 {
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .services-container-copy {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-btn-primary-copy {
    margin-top: 0;
  }

  .base-container-4 {
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .abt-section-copy {
    background-image: none;
    height: auto;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-close-icon {
    filter: invert();
  }

  .nav-menu-link {
    color: #fd5521;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-container {
    background-color: #fff;
  }

  .tablet-down {
    letter-spacing: 1px;
    width: 100%;
    font-weight: 600;
  }

  .nav-menu-shadow-overlay {
    background-color: #fff;
  }

  .nav-menu-centered-wrapper {
    background-color: #0a1843;
  }

  .tablet-menu {
    justify-content: flex-end;
    align-items: center;
    height: 120px;
  }

  .search-shop-con-centered {
    margin-left: 10px;
  }

  .navbar {
    position: sticky;
  }

  .hero-h1 {
    text-shadow: none;
    font-size: 32px;
  }

  .hero-container {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
  }

  .hero-container.hero-mobile {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-double-btn {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-btn1 {
    border-radius: 0;
    width: 100%;
    font-size: 14px;
  }

  .hero-btn1.services-btn {
    border-radius: 0;
    margin-top: 30px;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(#082017, #fff0), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba490e_68111497f6745f7341fa41dc_company-picture-20223-(1)%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .abt-img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    inset: 32% 2% auto 59px;
  }

  .abt-img._2nd-second-img {
    margin-bottom: 40px;
  }

  .double-button-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns {
    flex-flow: column-reverse wrap;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns.second-section-column {
    flex-flow: column wrap;
  }

  .primary-button-white-2 {
    width: 100%;
  }

  .abt-content {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-h2 {
    text-align: center;
    padding-left: 0;
    font-size: 32px;
    display: block;
  }

  .section-h2.left {
    font-size: 28px;
  }

  .section-h2.left.text-large {
    text-align: center;
    text-align: center;
    min-width: auto;
    max-width: 100%;
    font-size: 32px;
  }

  .section-h2.left--align {
    text-align: center;
  }

  .section-h2.text-white {
    text-align: center;
    font-size: 28px;
  }

  .section-h2.center-align {
    font-size: 32px;
  }

  .section-title-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper.flex-justify-space-btween._w-100 {
    flex-flow: column;
  }

  .paragraph-large {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .paragraph-large.left-align, .paragraph-large.ceter-align {
    font-size: 20px;
  }

  .paragraph-large.text-white {
    font-size: 14px;
  }

  .paragraph-large.text-white.center--align {
    width: 100%;
  }

  .paragraph-large.left-align, .paragraph-large.ceter-align {
    font-size: 20px;
  }

  .feature-circles-2.text-white {
    margin-top: 0;
  }

  .circle-counter-wrap {
    width: 100%;
  }

  .svc-section {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .svc-section.without-bottom-spacing {
    padding: 60px 10px;
  }

  .base-container {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .base-container.top, .base-container.top.nav {
    flex-flow: column;
  }

  .base-container.mt-100 {
    padding-top: 0;
  }

  .base-container.top, .base-container.top.nav, .base-container.top.nav {
    flex-flow: column;
  }

  .svc-cms-list {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .star {
    height: 25px;
  }

  .review-image-wrap {
    width: 100%;
  }

  .home-tabs-menu {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .tabs-testimonial-block {
    flex-direction: column;
    align-items: center;
  }

  .tabs-testimonial-quote-block {
    width: 100%;
    padding-left: 0;
  }

  .tabs-testimonial-person {
    padding-bottom: 10px;
  }

  .cta-h2, .cta-h2.m-0.h2-large, .cta-h2.m-0.h2-large, .cta-h2.m-0.h2-large {
    font-size: 38px;
  }

  .primary-color-background {
    background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba488b_mow%20-%20Copy.avif");
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-subtitle {
    color: #1e263f;
  }

  .primary-button-2 {
    width: 100%;
  }

  .form-section {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .footer-link.w--current {
    font-size: 14px;
  }

  .footer-image {
    width: 250px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-copyright-link {
    margin-left: 5px;
    font-size: 14px;
  }

  .footer-rights {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .privacy-policy {
    margin-bottom: 10px;
  }

  .logo-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-dark-address {
    margin-top: 0;
    font-size: 14px;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-dark-link {
    text-align: center;
    letter-spacing: normal;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
  }

  .footer-links-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .collection-list-6 {
    text-align: center;
  }

  .megamenu-dropdown-wrap.one-column.services-container {
    max-width: 100%;
  }

  .testimonials {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .auto-update-copyright {
    color: var(--white);
    text-align: center;
    font-size: 14px;
  }

  .socials-wrap {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9.main-flowers-green-banner {
    padding-bottom: 140px;
  }

  .banner-h-wrap {
    padding-top: 0;
  }

  .banner-title.grey-green {
    font-size: 38px;
  }

  .about-6-contacts-content-wrapper {
    padding-left: 20px;
  }

  .text-white {
    font-size: 38px;
    line-height: 1.3em;
  }

  .abt-contacts-wrap {
    height: 600%;
  }

  .abt-us {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrap {
    justify-content: center;
    align-items: center;
  }

  .section-title-wrap.sa-wrap {
    width: auto;
  }

  .gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-toggle {
    justify-content: center;
    align-items: center;
    height: 100px;
    padding-top: 10px;
  }

  .accordion-item {
    aspect-ratio: auto;
    text-overflow: clip;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-clip: border-box;
    min-height: auto;
    margin-bottom: 0;
    position: static;
    overflow: hidden;
  }

  .faq-h2 {
    font-size: 16px;
    line-height: 1.5;
  }

  .faq-h2.t-white {
    font-size: 16px;
  }

  .paragraph-12 {
    font-size: 20px;
  }

  .paragraph {
    text-align: left;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .svc-area-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .accommodation-map-block-2 {
    width: 100%;
  }

  .accommodation-map-block-2.small {
    width: 100%;
    height: auto;
  }

  .svc-area-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-12.accommodation-banner {
    background-position: 0 0, 100%;
  }

  .banner-title-2 {
    font-size: 32px;
  }

  .services-container {
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-13.without-bottom-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-13.without-bottom-spacing.service-second-section {
    padding: 40px 10px;
  }

  .image-100.mb-30 {
    display: none;
  }

  .svc-p {
    font-size: 14px;
  }

  .svc-cta {
    font-size: 12px;
  }

  .footer-link-2 {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
  }

  .subheader-services {
    font-size: 14px;
  }

  .section-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-list-2-item-content {
    padding-bottom: 20px;
  }

  .sticky-button {
    z-index: 999;
  }

  .navy-button {
    width: 100%;
    font-size: 12px;
  }

  .service-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-3-link-services-2 {
    letter-spacing: 1px;
    font-weight: 400;
  }

  .big-article-content-wrapper {
    padding: 25px 10px;
  }

  .tag-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-item-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-101 {
    filter: none;
    width: 30px;
    height: 30px;
  }

  .featured-h2 {
    font-size: 28px;
  }

  .blog-post-banner {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-btn-primary, .banner-button-phone {
    width: 100%;
  }

  .double-btn-wrap {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .columns-8 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .section-title-wrapper-4 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper-4.maps-section {
    justify-content: center;
    align-items: center;
  }

  .primary-button-white-7 {
    border-radius: 0;
    width: 100%;
  }

  .primary-button-white-7:hover {
    color: #0692cc;
    border-color: #0692cc;
  }

  .double-button-6 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .double-button-6.dbl-button-left {
    width: 100%;
  }

  .home-section-title-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-large-4 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-large-4.maps-par {
    text-align: center;
    text-align: center;
  }

  .column-13 {
    height: 500px;
    padding: 20px;
  }

  .check-item-wrap {
    flex-flow: column;
  }

  .check-img {
    width: 30px;
    height: 30px;
  }

  .checks-h3 {
    text-align: center;
  }

  .checks-p {
    text-align: center;
    font-size: 20px;
  }

  .blogs-section {
    padding: 60px 20px;
  }

  .blog-btn {
    border-radius: 0;
  }

  .vlog-cms-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    grid-template-columns: 1fr;
  }

  .svc-heading {
    font-size: 21px;
  }

  .abt-section {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding: 60px 20px 40px;
  }

  .btn-phone {
    width: 100%;
  }

  .hero-btn2 {
    width: 100%;
    font-size: 14px;
  }

  .btn-phone-primary {
    width: 100%;
  }

  .cta-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-h2 {
    font-size: 25px;
  }

  .page-banner {
    min-height: 100vh;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-banner.about-us-banner-inmg {
    min-height: 100vh;
  }

  .page-banner-h1, .page-banner-h1.mb-30, .page-banner-h1.mb-30 {
    font-size: 38px;
  }

  .svc-column {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .svc-column-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .svc-column-2 {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .utility-h1 {
    text-align: center;
    font-size: 48px;
    line-height: 1.1em;
  }

  .svc-area-section {
    padding: 0;
  }

  .hero-split {
    margin-bottom: 10px;
  }

  .div-block-45 {
    width: 100%;
    line-height: 17px;
  }

  .hero-lp {
    font-size: 38px;
  }

  .hero-heading-left {
    padding-top: 20px;
  }

  .hero-btn {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .lp-container {
    max-width: none;
  }

  .margin-bottom-24px {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .image-cover {
    width: 100%;
  }

  .lp-social {
    font-size: 14px;
    line-height: 1.4;
  }

  .header-review-avatar.phone {
    display: none;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .about-us-content {
    order: -1;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-wrap-2 {
    width: 100%;
  }

  .banner-section-2 {
    height: auto;
  }

  .banner-section-2.home-3-banner.about-section, .banner-section-2.home-3-banner.about-section.about-us-banner-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-section-2.home-3-banner {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    min-height: 100vh;
    margin-top: 40px;
  }

  .banner-section-2.home-3-banner.about-section, .banner-section-2.home-3-banner.about-section.about-us-banner-new, .banner-section-2.home-3-banner.about-section, .banner-section-2.home-3-banner.about-section.about-us-banner-new, .banner-section-2.home-3-banner.about-section.about-us-banner-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-9 {
    width: 300px;
    height: 200px;
    margin-bottom: 60px;
    inset: 32% 2% auto 59px;
  }

  .image-9._1 {
    object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 390px;
    margin-bottom: 0;
  }

  .paragraph-23.hero-description {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .info-h2 {
    text-align: center;
    padding-left: 0;
    font-size: 24px;
  }

  .flex-about {
    flex-flow: column;
    margin-bottom: 0;
  }

  .flex-about._2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 10px;
  }

  .meet-owner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-intro-wrap-2 {
    max-width: 90%;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-25 {
    font-size: 15px;
  }

  .faq-header-wrap {
    padding: 20px;
  }

  .faq-header {
    font-size: 35px;
  }

  .faq-header.fq {
    font-size: 30px;
  }

  .lp-free-quote {
    padding-top: 40px;
  }

  .fq-header-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input-field {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .input-field::placeholder {
    font-size: 14px;
  }

  .button-5 {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 15px;
  }

  .form-block {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .blog-header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-2 {
    max-width: 24rem;
    padding-left: 0;
    padding-right: 0;
  }

  .author-info-flex {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-info-content {
    width: 100%;
  }

  .blog-post-container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-content-2 {
    font-size: 20px;
  }

  .service-tab-contents {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-tabs-image {
    margin-top: 0;
  }

  .service-tab-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .service-tab-link {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .service-tab-link.w--current {
    justify-content: center;
  }

  .button-3 {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 15px;
  }

  .button-3.on-white {
    font-size: 14px;
  }

  .service-tab-content-area {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-h3 {
    font-size: 21px;
    line-height: 1.1em;
  }

  .top-nav-bar {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .top-bar-left {
    justify-content: center;
    align-items: center;
  }

  .dropdown {
    text-align: left;
    width: 100%;
  }

  .tablet-menu-2 {
    height: 120px;
  }

  .nav-menu-centered-wrapper-2 {
    background-color: #0a1843;
  }

  .nav-menu-link-2 {
    color: #333;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link-2:hover {
    color: #1e263f;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-40 {
    font-weight: 600;
  }

  .image-2.logo-mobile {
    width: 100px;
    max-width: none;
  }

  .tablet-down-2 {
    text-align: left;
    letter-spacing: 1px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .tablet-down-2:hover {
    color: var(--primary-color);
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
  }

  .nav-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-logo_main-2 {
    opacity: 100;
  }

  .nav-logo-container-2.w--current {
    width: 150px;
  }

  .search-shop-con-centered-2 {
    margin-left: 10px;
  }

  .nav-container-2 {
    background-color: #fff;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-2 {
    text-align: left;
    width: 100%;
  }

  .collection-list-19 {
    grid-template-columns: 1fr;
  }

  .hero-title-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brown-needles-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tree-health-image {
    width: 250px;
  }

  .tree-health-image-2 {
    width: 200px;
  }

  .section-text-title {
    font-size: 18px;
  }

  .glory-of-snow-col {
    padding-left: 0;
    padding-right: 0;
  }

  .tree-health-image-large {
    width: 100%;
  }

  .title-container.mb-0 {
    margin-bottom: 20px;
  }

  .needle-cast-second-img {
    width: 200px;
  }

  .needle-cast.mt-20 {
    margin-top: 20px;
  }

  .slide-2 {
    width: 100%;
  }

  .collection-list-20 {
    grid-template-columns: 1fr;
  }

  .hero-section-copy {
    background-image: linear-gradient(#082017, #fff0), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba490e_68111497f6745f7341fa41dc_company-picture-20223-(1)%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-bannernew {
    min-height: 100vh;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-bannernew.about-us-banner-inmg {
    min-height: 100vh;
  }

  .base-container-3 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-27 {
    font-size: 20px;
  }

  .accordion-toggle-2 {
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .about-intro-wrap-3 {
    box-sizing: border-box;
    object-fit: fill;
    width: 564.297px;
    display: block;
  }

  .bold-text-42 {
    color: var(--primary-color);
    text-align: center;
  }

  .paragraph-28 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .accordion-toggle-2-copy {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    height: 100px;
    min-height: 0;
  }

  .accordion-toggle-2-copy.accordion-toggle {
    box-sizing: content-box;
    aspect-ratio: auto;
    pointer-events: auto;
    cursor: auto;
    object-fit: fill;
    aspect-ratio: auto;
    pointer-events: auto;
    cursor: auto;
    object-fit: fill;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .services-container-copy {
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-btn-primary-copy {
    width: 100%;
  }

  .base-container-4 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-29 {
    font-size: 15px;
  }

  .faq-h3.t-white {
    direction: ltr;
    white-space: normal;
    direction: ltr;
    white-space: normal;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .faq-h2-copy, .faq-h3-ac, .faq-h2-copy, .faq-h2-copy, .faq-h2-copy, .faq-h2-copy {
    font-size: 16px;
    line-height: 1.5;
  }

  .svc-column-copy {
    flex-flow: column-reverse wrap;
    align-content: stretch;
    display: flex;
    position: sticky;
    overflow: visible;
  }

  .svc-column-copy {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .faq-h2-copy {
    font-size: 16px;
    line-height: 1.5;
  }

  .column-23, .column-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-90 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .text-block-91 {
    clear: none;
    line-height: 1.5em;
  }

  .bold-text-43 {
    color: var(--primary-color);
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    display: block;
  }

  .paragraph-30, .paragraph-31, .paragraph-32, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .paragraph-33, .paragraph-34, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .paragraph-35, .paragraph-36 {
    font-size: 20px;
  }

  .paragraph-37 {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: var(--white);
    font-size: 20px;
  }

  .paragraph-38 {
    font-size: 20px;
  }

  .div-block-105 {
    flex-flow: column;
  }

  .list-item-13 {
    color: var(--black);
    font-size: 20px;
  }

  .list-item-14, .list-item-15, .list-item-16 {
    font-size: 20px;
  }

  .list {
    color: var(--black);
  }

  .heading-50 {
    color: var(--primary-color);
    text-align: center;
    -webkit-text-stroke-color: var(--primary-color);
    font-size: 32px;
  }

  .abt-section-copy {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding: 60px 20px 40px;
  }

  .list-copy {
    color: var(--black);
  }

  .div-block-108 {
    aspect-ratio: auto;
    overflow-wrap: normal;
  }

  .image-124 {
    align-self: center;
  }
}
