.banner {
  width: 100%;
  display: block
}

.customContainer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  margin: 5rem 0
}

.titleContainer {
  float: left;
}

.title {
  font-size: 2.5rem;
  letter-spacing: .19em;
  line-height: 4.4rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  overflow: hidden;
  font-weight: 400;
}

.aboutSubtitle {
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 5px;
}

.infoDiv {
  font-size: 1.5rem;
  line-height: 1.9rem;
  width: 75%;
  max-width: 61rem
}

.infoDiv p {
  margin: 1.5rem 0
}

.subtitle {
  width: 85%;
  max-width: 40rem;
  margin: 3rem auto 6rem;
  text-align: center;
  line-height: 1.9rem
}

.careContainer .customContainer {
  margin: 5rem auto 0;
  gap: 2px 0
}

.careContainer h3 {
  font-size: 2rem;
  letter-spacing: .19em;
  line-height: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  overflow: hidden
}

.careContainer h4 {
  max-width: 55rem;
  margin: 2rem auto;
  line-height: 1.9rem
}

.careContainer {
  margin-top: 6rem;
  margin-bottom: .2rem
}

.careContainer .row {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  box-sizing: border-box;
  padding: 4rem 0;
  background: rgba(217, 217, 217, .1)
}

@media screen and (max-width: 768px) {
  .customPageCenteredContent {
    margin-bottom: 0
  }

  .customContainer {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
    gap: 2rem;
    margin-bottom: 1rem
  }

  .title {
    font-size: 1.9rem;
    line-height: 3.3rem;
  }

  .infoDiv {
    width: 90%
  }

  .careContainer {
    margin-top: 4rem
  }

  .careContainer h3 {
    font-size: 1.9rem;
    line-height: 2.3rem
  }

  .careContainer h4 {
    text-align: center;
    margin: 0rem auto 3rem
  }

  .careContainer .customContainer {
    margin: 2.5rem auto .2rem;
    width: 100%;
    box-sizing: border-box
  }

  .careContainer .row {
    padding: 2rem
  }

  .subtitle {
    margin-bottom: 4rem
  }
}