.med-home-services {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
}

.med-home-services .t-section__title {
  margin-bottom: 18px;
  color: #ff8c00;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
}

.med-home-services .t-section__descr {
  max-width: 980px;
  margin: 0 auto 48px;
  color: #1f1f1f;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.55;
}

.med-home-services__intro {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto 32px;
}

#recmedhome001 .med-home-services__grid {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  gap: 28px !important;
  box-sizing: border-box;
}

#recmedhome001.t-rec .t-container.t-container_flex.med-home-services__grid {
  width: min(1120px, calc(100% - 64px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  gap: 28px !important;
}

#recmedhome001 .med-home-services__card {
  flex: 0 0 calc(50% - 14px) !important;
  width: calc(50% - 14px) !important;
  max-width: calc(50% - 14px) !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 56px 34px 40px;
  box-sizing: border-box;
  border-radius: 34px;
  overflow: hidden;
  min-height: 548px;
  text-decoration: none;
  color: #000000;
  font-family: "Montserrat", Arial, sans-serif;
  background-image: url("brand/contacts-accent-05.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
  float: none !important;
  align-self: stretch !important;
  position: relative;
}

#recmedhome001 .med-home-services__eyebrow {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ff8c00;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#recmedhome001 .med-home-services__title {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000000;
  text-align: center;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#recmedhome001 .med-home-services__subtitle {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.78);
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  min-height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#recmedhome001 .med-home-services__list {
  margin: 0;
  padding: 0 0 88px;
  list-style: none;
}

#recmedhome001 .med-home-services__card:nth-child(2) .med-home-services__title {
  margin-bottom: 84px;
}

#recmedhome001 .med-home-services__list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 20px;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}

#recmedhome001 .med-home-services__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff8c00;
}

#recmedhome001 .med-home-services__card::after {
  content: "Подробнее";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 32px;
  height: 52px;
  border-radius: 14px;
  background-color: #ff8c00;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .med-home-services__intro,
  #recmedhome001 .med-home-services__grid,
  #recmedhome001.t-rec .t-container.t-container_flex.med-home-services__grid {
    width: calc(100% - 32px) !important;
  }

  #recmedhome001 .med-home-services__grid,
  #recmedhome001.t-rec .t-container.t-container_flex.med-home-services__grid {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }

  #recmedhome001 .med-home-services__card {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0;
    padding: 36px 24px 34px;
  }

  #recmedhome001 .med-home-services__list {
    padding-bottom: 80px;
  }

  #recmedhome001 .med-home-services__card::after {
    left: 24px;
    right: 24px;
    bottom: 26px;
  }

  #recmedhome001 .med-home-services__title {
    font-size: 28px;
  }

  #recmedhome001 .med-home-services__eyebrow {
    font-size: 16px;
  }

  #recmedhome001 .med-home-services__list li {
    font-size: 16px;
  }
}
