.home-services-6__intro {
  max-width: 1320px;
  margin: 0 auto;
}

.home-services-6__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-services-6__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 34px 28px 24px;
  border-radius: 24px;
  background: #eef5f6;
  text-align: center;
}

.home-services-6__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 72px;
  margin-bottom: 28px;
  border-radius: 16px;
  background: #ffffff;
  color: #8bbfc2;
  font-size: 34px;
}

.home-services-6__card h3 {
  margin: 0;
  color: #347983;
  font-family: var(--font-family-display);
  font-size: 24px;
  line-height: 1.28;
  font-weight: 700;
}

.home-services-6__card p {
  margin: 22px 0 0;
  color: #454b53;
  font-size: 17px;
  line-height: 1.45;
}

.home-services-6__link {
  margin-top: auto;
  padding-top: 26px;
  color: #f1876e;
  font-family: var(--font-family-display);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.home-services-6__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 1080px) {
  .home-services-6__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .home-services-6__card {
    padding: 28px 20px 24px;
  }

  .home-services-6__card h3 {
    font-size: 24px;
  }

  .home-services-6__card p {
    font-size: 16px;
  }
}
