.section {
  background: var(--background-color);
}
.services {
  margin-top: 100px;
}

.services__content {
  color: var(--typography-secondary-color);
  h1 {
    font-family: var(--primary-font);
    font-size: var(--h1-font-size);
    font-weight: 700;
    margin-bottom: 16px;
  }
}

.diff_bg {
  background: var(--primary-color);
}

.asylum {
  padding-bottom: 54px;
}

.asylum__title {
  text-align: left;
}

.asylum-card {
  color: var(--typography-secondary-color);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--background-color);
}
.first-cards {
  background: var(--background-color);
}

.asylum-card h3 {
  font-family: var(--primary-font);
  font-size: var(--h3-font-size);
  font-weight: 600;
  margin-bottom: 24px;
}

.asylum-card p {
  margin: 0;
  font-family: var(--secondary-font);
  font-size: var(--p-font-size);
  font-weight: 400;
}

.asylum-card ul {
  font-family: var(--secondary-font);
  font-size: var(--p-font-size);
  font-weight: 400;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.second-cards li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}

.second-cards li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--typography-primary-color);
  font-weight: bold;
}

.first-cards li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}

.first-cards li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.asylum-hero-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  overflow: hidden;
  align-items: center;
  text-align: left;
  background: var(--background-color);
}
.ah__text {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}
.ah__media {
  min-height: 220px;
}
.ah__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.asylum__two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
  text-align: left;
}
.second-cards {
  background: var(--primary-color);
  color: var(--typography-primary-color);
}

.asylum__process {
  margin-top: 24px;
  background: var(--background-color);
  color: var(--typography-secondary-color);
  border-radius: 16px;
  padding: 24px;
  text-align: left;
}
.asylum__process h3 {
  font-family: var(--primary-font);
  font-size: var(--h3-font-size);
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.asylum__process ol {
  font-family: Inter;
  font-size: var(--p-font-size);
  font-weight: 400;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.asylum__process li {
  font-family: var(--secondary-font);
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}

.asylum__process li:nth-child(1)::before {
  content: "1.";
  position: absolute;
  left: 0;
  color: var(--typography-secondary-color);
  font-weight: bold;
}

.asylum__process li:nth-child(2)::before {
  content: "2.";
  position: absolute;
  left: 0;
  color: var(--typography-secondary-color);
  font-weight: bold;
}

.asylum__process li:nth-child(3)::before {
  content: "";
}

@media (max-width: 900px) {
  .asylum-hero-card {
    grid-template-columns: 1fr;
  }
  .ah__media {
    order: -1;
    min-height: 180px;
  }
}
@media (max-width: 680px) {
  .asylum__two {
    grid-template-columns: 1fr;
  }
}
.cta_section {
  background-color: var(--background-color);
  text-align: center;
  padding: 16px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

.support__actions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.family-title {
  text-align: left;
  color: var(--typography-secondary-color);
}

.second-hero-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  overflow: hidden;
  align-items: center;
  text-align: left;
  background: var(--primary-color);
}

.second-card {
  color: var(--typography-primary-color);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--background-color);
}

.second-card h3 {
  font-family: var(--primary-font);
  font-size: var(--h3-font-size);
  font-weight: 600;
  margin-bottom: 24px;
}

.second-card p {
  color: var(--typography-primary-color);
  margin: 0;
  font-family: var(--secondary-font);
  font-size: var(--p-font-size);
  font-weight: 400;
}

.family-section h1 {
  font-family: var(--primary-font);
  font-size: var(--h1-font-size);
  font-weight: 700;
  text-align: center;
  margin: 0 0 48px;
  color: var(--typography-secondary-color);
}

.features-card {
  margin: 24px 0;
  background: var(--background-color);
  color: var(--typography-secondary-color);
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  border: 1px solid var(--primary-color);
}
.features-card h3 {
  font-family: var(--primary-font);
  font-size: var(--h3-font-size);
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  text-align: left;
}
.features-card ol {
  font-family: Inter;
  font-size: var(--p-font-size);
  font-weight: 400;
  padding-left: 2.4rem;
  list-style: none;
  margin: 0;
}

.features-card li {
  font-family: var(--secondary-font);
  position: relative;
  list-style: disc;
  margin-bottom: 0.8rem;
}

.secondary-features-card {
  background: var(--primary-color);
  color: var(--typography-primary-color);
  border: 1px solid var(--background-color);
}

.type_2 {
  margin-top: 4rem;
}

.contact_inner {
  padding-bottom: 100px;
}
.contact__title {
  font-family: var(--primary-font);
  font-size: var(--h2-font-size);
  font-weight: 600;
}

.contact__text {
  font-family: var(--secondary-font);
  font-size: var(--h3-font-size);
  font-weight: 400;
}

@media (max-width: 768px) {
  .ah__text {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 480px) {
  .ah__text {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

@media (max-width: 830px) {
  .second-hero-card {
    grid-template-columns: 1fr;
  }
  .second-hero-card .ah__media {
    order: -1;
    min-height: 180px;
  }
}
