.platform-section {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding: 6.4rem 0 6.4rem 11.2rem;
  max-width: 144rem;
  margin: 0 auto;
  background-color: #fff;
  justify-content: space-between;
}

.platform-content {
  flex: 1;
  max-width: 65.6rem;
}

.platform-title {
  font-size: 5.6rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2rem;
  line-height: 110%;
}

.platform-description {
  font-size: 2rem;
  color: #555;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}

.platform-buttons {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.btn {
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.2s ease;
}

a.btn.btn-primary,
a.btn.btn-secondary {
  border-radius: 10rem;
}

.btn-primary {
  background-color: #0070ad;
  color: white;
  border: 1px solid #0070ad;
}

.btn-primary:hover {
  background-color: #006094;
  border-color: #006094;
}

.btn-secondary {
  background-color: transparent;
  color: #0070ad;
  border: 1px solid #0070ad;
}

.btn-secondary:hover {
  background-color: #e6f2ff;
}

a.btn.btn-secondary {
  background: #ffffff;
  color: #0070ad;
}
a.btn.btn-secondary:hover {
  background: #e5f6ff;
  color: #0070ad;
}
.platform-image {
  flex: 1;
  overflow: hidden;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 65.6rem;
}

.platform-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.materials-section {
  padding: 6.4rem 0;
  max-width: 121.6rem;
  margin: 0 auto;
  background-color: #fff;
}

.materials-title {
  font-size: 4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4.8rem;
  line-height: 1.2;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem;
}

.material-card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.material-icon {
  font-size: 2.4rem;
  color: #1a1a1a;
}

.material-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
.material-card:hover a h3.material-heading {
  text-decoration: underline;
}

.material-text {
  font-size: 1.6rem;
  color: #333333;
  line-height: 2.4rem;
  margin: 0;
  flex-grow: 1;
}

.material-link {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0070ad;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: color 0.2s ease;
}

.material-link:hover {
  color: #006094;
  text-decoration: underline;
}

.news-section {
  margin: 0 auto;
  padding: 6.4rem 0 4.8rem 0;
  background: #fafafa;
}

.news-section .main_content,
.news-grid .main_content {
  max-width: 121.6rem;
  margin: auto;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.8rem;
}

.news-title {
  font-size: 4rem;
  font-weight: 700;
  color: #111827;
}

.news-all {
  font-size: 2rem;
  color: #0070ad;
  text-decoration: none;
  border: 0.1rem solid #0070ad;
  border-radius: 3rem;
  padding: 1.2rem 2.4rem;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  align-content: center;
  align-items: center;
  align-self: center;
}

.news-all:hover {
  background-color: #e5f6ff;
  color: #0070ad;
}

a.news-all:hover path {
  fill: #0070ad;
}

.news-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  padding: 1.6rem;
  box-shadow: 0px 2px 6px 0px #1018280f;
  gap: 3.2rem;
}

.news-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem 1.6rem 2.4rem 1.6rem;
  max-width: 55.2rem;
  justify-content: space-between;
}
.news-card:hover h3.news-card__title {
  text-decoration: underline;
  cursor: pointer;
}
.news-card__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #111827;
}

a.news-all.mobile {
  display: none;
}
.news-card__date {
  font-size: 1.4rem;
  color: #6b7280;
  margin-bottom: 1.6rem;
}

.news-card__desc p {
  font-size: 1.8rem;
  color: #374151;
  margin-bottom: 6.4rem;
}

.news-card__link {
  font-size: 2rem;
  color: #0070ad;
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.news-card__link:hover {
  opacity: 0.7;
}

.news-card__image {
  flex: 1 1 40%;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-grid {
  margin: 0 auto;
  padding: 0 0 4.8rem 0;
  background: #fafafa;
}

.news-grid__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}

.news-grid__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0a0a0a;
}

.news-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8rem 4rem;
  padding-top: 4.8rem;
  border-top: solid 1px #e5e7eb;
}

.news-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-item__date {
  font-size: 1.4rem;
  color: #6b7280;
  margin-bottom: 0.8rem;
}

.news-item__title {
  font-size: 2rem;
  font-weight: 600;
  color: #111827;
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
}

article.news-item:hover h3.news-item__title {
  text-decoration: underline;
  cursor: pointer;
}
.news-item__desc {
  font-size: 1.6rem;
  color: #374151;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}

.news-item__link {
  font-size: 2rem;
  color: #0070ad;
  text-decoration: none;
  transition: opacity 0.2s ease;
  padding: 0.8rem 0;
  position: relative;
  max-width: fit-content;
}

.news-item__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #0070ad;
  transition: width 0.3s ease;
}

.news-item__link:hover {
  opacity: 0.7;
}

.news-item__link:hover::after {
  width: 100%;
}

.events-section {
  max-width: 121.6rem;
  margin: 0 auto;
  padding: 6.4rem 0;
}

.events-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}

.events-title {
  font-size: 4rem;
  font-weight: 700;
  color: #111827;
}

.events-all {
  font-size: 1.6rem;
  color: #0070ad;
  text-decoration: none;
  border: 0.1rem solid #0070ad;
  border-radius: 3rem;
  padding: 1.2rem 2.4rem;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
}

.events-all:hover {
  background-color: #e5f6ff;
  color: #0070ad;
}
.events-all:hover svg path {
  fill: #0070ad;
}

.event-card {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  gap: 3.2rem;
}

.event-card__image {
  width: 100%;
  max-width: 69.5rem;
  max-height: 35rem;
}

.event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-card__content {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 48.9rem;
  max-height: 40.9rem;
}

.event-card__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.6rem;
}

.event-card__subtitle {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

.event-card__info {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 3.2rem;
}

.event-card__info a {
  color: #0041c4;
  text-decoration: none;
}

.event-card__info a:hover {
  text-decoration: underline;
}

.event-card__button {
  align-self: flex-start;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0070ad;
  text-decoration: none;
  border-radius: 3rem;
  padding: 1.2rem 2.4rem;
  transition: background-color 0.2s ease;
  display: flex;
  gap: 0.5rem;
  line-height: normal;
}

.event-card__button:hover {
  background-color: #006094;
}

.clinics-section {
  padding: 6.4rem 0;
  background-color: #fafafa;
  text-align: center;
}

.clinics-title {
  font-size: 3.6rem;
  font-weight: 800;
  color: #141414;
  margin: 0 auto 3.2rem;
  line-height: 1.2;
  max-width: 80rem;
}

section.clinics-list {
  max-width: 121.6rem;
  margin: 0 auto;
}

.sex-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  padding: 0 1.6rem;
  max-width: 121.6rem;
  margin: 0 auto;
}

.sex-item {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-height: 13.2rem;
  width: 100%;
  padding: 1.2rem;
}

.sex-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 3.2rem;
}

@media (max-width: 1200px) {
  .sex-section {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 0 1.2rem;
  }
}

@media (max-width: 834px) {
  .sex-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    padding: 0 0.8rem;
  }
}

.clinics-description {
  font-size: 1.6rem;
  color: #5c5c5c;
  max-width: 80rem;
  margin: 0 auto 4rem;
  line-height: 2.4rem;
}

.search-wrapper {
  width: 100%;
  max-width: 60rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid #e5e7eb;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.03);
  margin: 0 auto 4rem;
  position: relative;
}

.search-wrapper svg {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  opacity: 0.7;
}

.search-input {
  width: 100%;
  font-size: 1.6rem;
  border: none;
  outline: none;
  color: #111827;
}

.search-input::placeholder {
  color: #9ca3af;
}

.search-input:focus {
  outline: none;
  border-color: #ffffff00;
}

.map-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 121.6rem;
  max-height: 51.6rem;
}

iframe {
  width: 121.6rem;
  height: 51.6rem;
}

a.events-all.mobile {
  display: none;
}

.search-results-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 0.8rem 0.8rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}

.search-result-item {
  padding: 1.2rem 1.6rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: #374151;
  transition: background-color 0.2s ease;
}

.search-result-item:hover {
  background-color: #f3f4f6;
}

div#map-container iframe {
  height: 51.6rem;
  width: 100%;
}

@media (max-width: 834px) {
  .platform-section {
    flex-direction: column;
    padding: 2.8rem 1.4rem 2.8rem;
    gap: 2.8rem;
    max-width: 100%;
  }

  .platform-content {
    max-width: 100%;
  }

  .platform-title {
    font-size: 3.1rem;
    margin-bottom: 2rem;
    line-height: 1.2;
  }

  .platform-description {
    font-size: 1.6rem;
    margin-bottom: 1.7rem;
    line-height: 1.6;
  }

  .platform-buttons {
    gap: 1rem;
  }

  .btn {
    padding: 0.8rem 1.2rem;
    font-size: 1.2rem;
    border-radius: 0.6rem;
  }

  a.btn.btn-primary,
  a.btn.btn-secondary {
    border-radius: 8rem;
    width: 100%;
    font-size: 1.7rem;
  }

  .btn-primary {
    padding: 0.8rem 1.2rem;
    border: 2px solid #0066cc;
  }

  .btn-secondary {
    padding: 0.8rem 1.2rem;
    border: 2px solid #0066cc;
  }

  .platform-image {
    max-width: 100%;
    max-height: 28rem;
  }

  .platform-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .materials-section {
    padding: 2.8rem 1.4rem;
    max-width: 100%;
  }

  .materials-title {
    font-size: 2.7rem;
    margin-bottom: 2.75rem;
  }

  .materials-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.75rem;
  }

  .material-card {
    gap: 0.7rem;
  }

  .material-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .material-heading {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
    line-height: 1.4;
  }

  .material-text {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 0.7rem;
  }

  .material-link {
    font-size: 1.7rem;
    gap: 0.4rem;
  }

  .news-section {
    padding: 2.8rem 1.4rem;
    background: #fafafa;
  }

  .news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 2.75rem;
  }

  .news-title {
    font-size: 3.2rem;
    margin-bottom: 0;
  }

  .news-all {
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
    border-radius: 2rem;
    width: 100%;
    justify-content: center;
  }
  a.news-all.desktop {
    display: none;
  }
  a.news-all.mobile {
    display: flex;
  }
  .news-card {
    flex-direction: column-reverse;
    gap: 2.75rem;
    padding: 1.6rem;
  }

  .news-card__content {
    max-width: 100%;
    padding: 0;
    gap: 0.8rem;
  }

  .news-card__title {
    font-size: 2.8rem;
  }

  .news-card__date {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .news-card__desc p {
    font-size: 1.6rem;
    margin-bottom: 3.4rem;
  }

  .news-card__link {
    font-size: 1.6rem;
    gap: 0.4rem;
  }

  .news-card__image {
    max-width: 100%;
    max-height: 18rem;
  }

  .news-card__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .news-grid {
    padding: 0 2rem 2.75rem 2rem;
  }

  .news-grid__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .news-grid__title {
    font-size: 2.8rem;
  }

  .news-grid__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.8rem;
    padding-top: 2.4rem;
  }

  .news-item {
    gap: 0.8rem;
  }

  .news-item__date {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }

  .news-item__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
  }

  .news-item__desc {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2.4rem;
  }

  .news-item__link {
    font-size: 1.6rem;
  }

  .events-section {
    padding: 2.8rem 1.4rem;
    max-width: 100%;
  }

  .events-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .events-title {
    font-size: 3.2rem;
  }

  .events-all {
    display: none;
  }

  .event-card {
    flex-direction: column;
    gap: 2.8rem;
  }

  .event-card__image {
    max-width: 100%;
    max-height: 24rem;
  }

  .event-card__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .event-card__content {
    max-width: 100%;
    max-height: none;
    padding: 0;
  }

  .event-card__title {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
  }

  .event-card__subtitle {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    line-height: 1.6;
  }

  .event-card__info {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2.4rem;
  }

  .event-card__button {
    font-size: 1.6rem;
    padding: 1.2rem 2.4rem;
    border-radius: 2rem;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-bottom: 2.8rem;
  }

  .clinics-section {
    padding: 2.8rem 1.4rem;
    max-width: 100%;
  }

  .clinics-title {
    font-size: 2.8rem;
    margin: 0 auto 1.2rem;
    line-height: 1.4;
    max-width: 100%;
  }

  .clinics-description {
    font-size: 1.4rem;
    max-width: 100%;
    margin: 0 auto 3.2rem;
    line-height: 2rem;
  }

  .search-wrapper {
    max-width: 100%;
    padding: 1rem 1.2rem;
    border-radius: 0.8rem;
    margin: 0 auto 3.2rem;
  }

  div#map-container iframe {
    height: 18rem;
    width: 100%;
  }
  .search-wrapper svg {
    width: 1.6rem;
    height: 1.6rem;
  }

  .search-input {
    font-size: 1.4rem;
  }

  .map-container {
    max-width: 100%;
    max-height: 28rem;
  }

  iframe {
    width: 100%;
    height: 28rem;
  }
  a.events-all.mobile {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 835px) and (max-width: 1200px) {
  .platform-section {
    padding: 4.8rem 3.2rem;
    gap: 4.8rem;
    max-width: 100%;
    flex-direction: column;
  }

  .platform-content {
    max-width: 100%;
  }

  .platform-title {
    font-size: 5.2rem;
    margin-bottom: 2rem;
    line-height: normal;
  }

  .platform-description {
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
    line-height: 1.6;
  }

  .platform-buttons {
    gap: 0.8rem;
  }

  .btn {
    padding: 0.8rem 1.2rem;
    font-size: 1.3rem;
    border-radius: 0.6rem;
  }

  a.btn.btn-primary,
  a.btn.btn-secondary {
    border-radius: 8rem;
  }

  .btn-primary {
    padding: 0.8rem 1.2rem;
    border: 2px solid #0066cc;
  }

  .btn-secondary {
    padding: 0.8rem 1.2rem;
    border: 2px solid #0066cc;
  }

  .platform-image {
    max-width: 100%;
    height: 52rem;
  }

  .platform-image img {
    width: 100%;
    height: 52rem;
    object-fit: cover;
  }

  .materials-section {
    padding: 0 3.2rem 4.8rem;
    max-width: 100%;
  }

  .materials-title {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    line-height: 1.4;
  }

  .materials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
  }

  .material-card {
    gap: 1.2rem;
  }

  .material-icon {
    font-size: 2.2rem;
  }

  .material-heading {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
    line-height: 1.4;
  }

  .material-text {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin: 0;
  }

  .material-link {
    font-size: 1.3rem;
    gap: 0.4rem;
  }

  .news-section {
    padding: 5.1rem 3.2rem;
    background: #fafafa;
  }

  .news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .news-title {
    font-size: 3.6rem;
    margin-bottom: 0;
  }

  .news-all {
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
    border-radius: 2rem;
    width: 100%;
    justify-content: center;
  }

  .news-card {
    flex-direction: column;
    gap: 1.6rem;
    padding: 1.6rem;
  }

  .news-card__content {
    max-width: 100%;
    padding: 1.6rem;
    gap: 0.8rem;
  }

  .news-card__title {
    font-size: 3.2rem;
  }

  .news-card__date {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }

  .news-card__desc p {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .news-card__link {
    font-size: 1.6rem;
    gap: 0.4rem;
  }

  .news-card__image {
    max-width: 100%;
    max-height: 24rem;
  }

  .news-card__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .news-grid {
    padding: 0 3.2rem 4.8rem 3.2rem;
  }

  .news-grid__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .news-grid__title {
    font-size: 3.2rem;
  }

  .news-grid__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
    padding-top: 3.2rem;
  }

  .news-item {
    gap: 0.8rem;
  }

  .news-item__date {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }

  .news-item__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
  }

  .news-item__desc {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 2.4rem;
  }

  .news-item__link {
    font-size: 1.6rem;
  }

  .events-section {
    padding: 4.8rem 3.2rem;
    max-width: 100%;
  }

  .events-header {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .events-title {
    font-size: 3.6rem;
  }

  .events-all {
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
    border-radius: 2rem;
    width: 100%;
    justify-content: center;
    max-width: 20rem;
  }

  .event-card {
    flex-direction: column;
    gap: 1.6rem;
  }

  .event-card__image {
    max-width: 100%;
    height: 35rem;
    border-radius: 0.8rem;
    max-height: 100%;
    width: 100%;
  }

  .event-card__image img {
    width: 100%;
    height: 35rem;
    object-fit: cover;
    max-height: 100%;
    border-radius: 0.8rem;
  }

  .event-card__content {
    max-width: 100%;
    max-height: none;
    padding: 1.6rem 0;
  }

  .event-card__title {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
  }

  .event-card__subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
    line-height: 1.6;
  }

  .event-card__info {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2.4rem;
  }

  .event-card__button {
    font-size: 2rem;
    padding: 1.2rem 2.4rem;
    border-radius: 2rem;
    width: 100%;
    justify-content: center;
    max-width: 20rem;
  }

  .clinics-section {
    padding: 4.8rem 3.2rem;
    max-width: 100%;
  }

  .clinics-title {
    font-size: 3.2rem;
    margin: 0 auto 1.2rem;
    line-height: 1.4;
    max-width: 100%;
  }

  .clinics-description {
    font-size: 1.5rem;
    max-width: 100%;
    margin: 0 auto 3.2rem;
    line-height: 2.2rem;
  }

  .search-wrapper {
    max-width: 60rem;
    padding: 1rem 1.2rem;
    border-radius: 0.8rem;
    margin: 0 auto 3.2rem;
  }

  .search-wrapper svg {
    width: 1.6rem;
    height: 1.6rem;
  }

  .search-input {
    font-size: 1.5rem;
  }

  .map-container {
    max-width: 100%;
    max-height: 32rem;
  }

  iframe {
    width: 100%;
    height: 32rem;
  }
  a.events-all.mobile {
    display: none;
  }
}
