.by_symptomsPost_img {
  aspect-ratio: 67 / 55;
  position: relative;
  margin-inline: 20px;
}

.by_symptomsPost_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.by_symptomsPost_img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  z-index: 100;
  text-align: center;
  padding-inline: 24px;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.by_symptomsPost_img::after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_symptomsPost_heading {
  margin-block: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-secondary);
}

.bl_symptomsPost_worries {
  padding-block: 48px;
  padding-inline: 20px;
  background: rgba(0, 141, 218, 0.05);
}

.bl_symptomsWorries_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl_symptomsWorries_list li {
  font-weight: 700;
  color: var(--text-secondary);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bl_symptomsWorries_list li::before {
  content: url(../img/icons/symptoms-checkbox.svg);
  height: 24px;
  width: 24px;
}

.bl_symptomsPost_worriesArrow {
  width: 100vw;
  overflow: hidden;
}

.bl_symptomsPost_worriesArrow svg {
  width: 100%;
  height: 48px;
}

.bl_symptomsPost_phrase {
  margin-block: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-secondary);
}

.bl_symptomsPost_content {
  padding-top: 50px;
  padding-bottom: 74px;
  padding-inline: 20px;
}

.bl_symptomsPost_content h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-secondary);
  letter-spacing: 0.04em;
  padding-top: 40px;
}

.bl_symptomsPost_content img {
  margin-top: 24px;
  margin-bottom: 16px;
}

.bl_symptomsPost_content p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.bl_symptomsPost_content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-secondary);
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .bl_symptoms > p {
    text-align: center;
  }

  .bl_symptoms {
    gap: 80px;
    max-width: 1320px;
    padding-inline: 20px;
    margin-inline: auto;
  }

  .bl_symptomsList {
    gap: 28px;
  }

  .bl_symptomsList li {
    max-width: 268px;
  }

  .bl_symptomsList_item h4 {
    font-size: 20px;
  }

  .bl_symptomsList .bl_symptomsList_item {
    padding: 0;
  }

  .bl_symptomsList a .bl_symptomsList_imgCont {
    aspect-ratio: 1.34;
  }

  .bl_symptomsPickup .swiper-pagination,
  .bl_symptomsPickup .swiper-button-container {
    margin-right: 200px;
    margin-top: 28px;
  }

  .bl_symptomsPickup .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }

  .bl_symptomsPickup .swiper-button-next,
  .bl_symptomsPickup .swiper-button-prev {
    width: 70px;
    height: 70px;
  }

  .bl_symptomsPickup .swiper-button-next svg,
  .bl_symptomsPickup .swiper-button-prev svg {
    width: 24px;
    height: 24px;
  }

  .ly_symptomsList {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 1540px) {
  .bl_symptomsPickup .swiper-slide {
    width: min(48vw, 700px);
  }
}
