.bs {
  background-image: url("../../images/green-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 992px) {
  .bs {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.bs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 152, 74, 0.8);
}

.bs .sh h2, .bs .sh p {
  color: var(--white);
}

.bs-block {
  row-gap: 1.875rem;
}

.bs-block-item h4 {
  font-size: 1.375rem;
  color: var(--white);
  margin-bottom: 0.8125rem;
}

.bs-block-item p {
  color: #abd8c1;
  margin-bottom: 0;
}
