#triple > .container h2 {
  width: 49rem;
}
#features {
  padding-top: 0;
}
@media screen and (min-width: 640px) {
  #features .feature__container:nth-child(odd) {
    background: var(--color-very-light-blue);
  }
  #features .feature__container:nth-child(even) {
    background: transparent;
  }
}
@media screen and (max-width: 639px) {
  #triple > .container h2 {
    width: 100%;
  }
  #banner .box__img__people {
    height: 15.54713rem;
  }

  #features .features .feature__container:first-child {
    padding: 3.75rem 0 3.5rem 0;
  }
  .feature__container:last-child .feature__left {
    margin-bottom: 1.5rem;
  }
}
