.services-container {
  margin-top: 10em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-container-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em;
  /* max-width: 27em; */
}

.services-container-intro h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.01em;
  margin-bottom: 0.3em;
}

.services-container-intro p {
  /* font-family: Poppins; */
  font-style: normal;
  font-weight: normal;
  /* font-size: 14px; */
  line-height: 30px;
  letter-spacing: -0.02em;
}

.services-container-cards {
  margin-top: 3em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.services-container-card {
  display: flex;
  flex-direction: column;
  padding-right: 2em;
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 16px;
  max-width: 22em;
  margin-bottom: 1em;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  
}



.services-container-card-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.services-container-card-p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.02em;
}

.services-container-card-gs {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #0075ff;
}
