.vc_single_image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.vc_custom_1694499863962 {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

@media (max-width: 580px) {
  .subscribe-form {
    flex-direction: column !important;
    gap: 0 !important;
  }
}

.journey .text h3 {
  color: #626a67 !important;
}

.htpa-activities img {
  width: 80px !important;
}

.item.htpa-activities {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: white;
  padding: 15px;
  height: 280px !important;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  /* increased blur and spread */
}

.htpa-activities h3 {
  font-size: 20px !important;
  padding-top: 1rem;
}

.item-green {
  background: #34604e !important;
  color: white !important;
}

.item-green-parent {
  display: none !important;
}

.subscribe-form button {
  height: 40px;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #2d6b53;
  border-radius: 10px;
}

.form-section h2 {
  font-size: 40px;
  font-weight: 600;
  color: white;
}

.form-section h5 {
  color: white;
  font-weight: 400
}

.form-container h3 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
  background: transparent !important;
  border: unset !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #ffffff75;
  font-weight: 400;
  font-size: 16px;
}

.testimonial-3 {
  max-width: fit-content;
}

.testimonial-one.owl-btn-3 .owl-prev,
.testimonial-one.owl-btn-3 .owl-next {
  display: none !important;
}

@media (max-width: 450px) {
  .item-green-parent {
    display: block !important;
  }

  .item-capture {
    display: none !important;
  }
}

.header-flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 2rem 0;
}

.site-button {
  position: absolute;
  left: 0;
}

@media (max-width: 520px) {
  .vc_custom_1694499863962 {
    display: flex;
    justify-content: center;
    /* gap: 2rem; */
    gap: 0;
    flex-direction: column;
    /* padding: 2rem; */
    padding: 50px 0;
  }

  h2 {
    font-size: 27px;
    /* padding-left: 1rem; */
    color: black;
  }

  .journey .text h3 {
    color: #626a67 !important;
    /* padding-top: 4rem; */
    padding-top: 2rem;
  }

  .header-flex-container {
    justify-content: space-between;
    flex-direction: row;
  }

  .site-button {
    margin-right: auto;
  }

  .vc_single_image-img {
    margin-left: auto;
  }

  #whats-new .row {
    margin-bottom: 0 !important;
  }

  #journey {
    margin-top: 0 !important;
  }

  #journey h2 {
    padding-left: 0 !important;
  }

  #journey .col-md-6 {
    padding: 0 !important;
  }

  #whats-new .owl-carousel .owl-item img {
    margin-bottom: 20px;
  }

}