.terapeutas {
  display: grid;
  align-items: center;
  width: 100%;
  grid-template-columns: repeat(2, 275px);
  gap: 20px;
  margin: 32px 0;
  justify-content: space-around;
}

.terapeutas-terapeuta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-direction: column;
}

.terapeutas .container > img {
  width: 100%;
  object-fit: cover;
}

.terapeutas-terapeuta a {
  color: var(--primary-color);
  font-size: 1.25rem;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 700;
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .terapeutas {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 550px) {
  .terapeutas-terapeuta {
    width: 100%;
  }
}

.terapeutas-hire {
  width: 100%;
  background-color: rgb(0, 0, 0, 0.65);
  background-image: url(../images/background/terapeutas-hire.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  padding: 5rem 0;
}

.terapeutas-hire .container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.terapeutas-hire span {
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.terapeutas-hire h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.5rem;
}

.terapeutas-hire p {
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  margin-top: 1rem;
}

.terapeutas-hire a {
  color: #fff;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: unset;
}
