p {
  text-align: justify;
}

.sub-heading {
  font-size: 4vh;
  color: white;
  background: var(--color-navy);
  border-radius: 40px;
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  margin-top: 10px;
}

.agricultural-articles {
  padding: 0px;
}

.articles .photo {
  background-repeat: no-repeat; 
  background-position: right top; 
  background-size: cover; 
  min-height: 600px;
}

.articles h1 {
  color: var(--color-blue);
  font-weight: bold;
}

.articles h2 {
  color: var(--color-navy) !important;
}

.articles .content {
  padding: 50px;
  padding-top: 50px;
}

.articles .content {
  padding: 50px;
  padding-top: 50px;
  text-align: left;
}

.articles .content p {
  text-align: justify !important;
}

.service-offering {
  display: flex;
  justify-content: center;
  cursor: default;
}

.service-offering .service-container {
  padding: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-offering .content:hover > h4 {
  background-color: var(--color-blue);
}

.service-offering .content:hover > img {
  opacity: 1 !important;
}

.service-offering .content:hover > p {
  color: #333;
}

.service-offering .content:hover {
  /* border: 1px solid var(--color-navy); */
  box-shadow: var(--bs-box-shadow);
}

.service-offering .content h4 {
  line-height: 1.8rem;
  height: 70px;
  background-color: var(--color-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  padding: 10px;
  text-shadow: -1px 1px 2px rgba(2, 6, 4, 0.3);
  transition: all .2s;
}

.service-offering .content {
  border-radius: 10px;
  border: 1px solid #ccc;
  height: 100%;
  transition: all .3s;
}

.service-offering .content img {
  width: 80px;
  margin-bottom: 40px;
  margin-top: 40px;
  opacity: 0.5;
}

.service-offering .content p {
  padding: 10px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.col-20 {
  width: calc(100% / 5);
}

@media screen and (min-width: 690px) and (max-width: 820px) {
  .header-container, .our-clients-support, .testimonials {
    background-attachment: scroll !important;
  }

  .our-clients-support, .testimonials {
    background-position: top !important;
  }

  .service-offering .service-container {
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .col-20 {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 882px) and (max-width: 912px) {
  .col-20 {
    width: calc(100% / 3);
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .sub-heading {
    font-size: 3vh;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .service-offering .service-container {
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .col-20 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.header-text h1 {
    font-size: 4vw;
    color:#4EB7F5;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 1vw;
  }

  .header-text h2 {
    font-size: 1.3vw;
    color: #ffffff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .header-container {
    display: flex; 
    min-height: 100vh; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    background-repeat: no-repeat; 
    background-position: left; 
    background-size: cover; 
    background-attachment: fixed;
    /* background-image:url(/images/slide-05.jpg); */
    /* background-image:url(/images/slide-01.webp); */
  }

  @media screen and (max-width: 480px) {
    .header-container {
        background-position: left !important;
        background:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url(/images/slide-01.webp) !important;
    }
    
    .header-text h1 {
      font-size: 9vw !important;
    }

    .header-text h2 {
      margin-top: 20px !important;
      width: 100% !important;
      font-size: 4.5vw !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    .header-container .header-column {
      padding:10px !important;
    }
  }

  @media screen and (min-width: 690px) and (max-width: 690px) {
    .header-container {
        background-position: left !important;
    }

    .header-container h1 {
      font-size: 3rem !important;
    }

    .header-container .header-column {
      padding:10px !important;
    }

    .header-container .header-column h2 {
      font-size: 1.2rem !important;
      padding:0px !important;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .header-text h1 {
      font-size: 8vw !important;
    }

    .header-text h2 {
      margin-top: 20px;
      width: 100% !important;
      font-size: 3vw !important;
    }
  }