
.text__header {
  position: relative;
  height: 20.625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--gray-color-7);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.text__header img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text__header.--photo {
  border-radius: 0.9375rem;
  color: var(--white-color);
}
.text__header_title {
  padding: 0.625rem 1.25rem;
  border: 0.125rem solid var(--main-color);
  background-color: var(--white-color);
  font-size: 2.1875rem;
  font-weight: 600;
  text-align: center;

  position: relative;
  z-index: 1;
}
.text__header_info {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text__header_info_date {
  font-size: 1rem;
  font-weight: 600;
}
.text__header_info_social {
  margin-left: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.text__header_info_social_item {
  width: 1.125rem;
  height: 1.125rem;
}
.text__header_info_social_item i {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.text__content {
  margin-top: 2.5rem;
  font-size: 1.25rem;
}
.text__content blockquote {
  padding-left: 2.1875rem;
  border-left: 0.125rem solid var(--main-color);
  font-size: 1.5rem;
  font-weight: 500;
}
.text__content * {
  margin-top: 1rem;
}
.text__content p {
  font-size: 1.25rem;
  font-weight: 400;
}
.text__content h6 {
  font-size: 2rem;
  font-weight: 600;
}
.text__content ul {
  list-style: disc;
  margin-left: 1.25rem;
}
.text__content ul li {
  list-style: disc;
  font-size: 1.25rem;
  font-weight: 400;
}

@media (max-width: 992px) {
  .text__header {
    height: 15.625rem;
  }
  .text__header_title {
    font-size: 1.75rem;
  }
  .text__content blockquote {
    font-size: 1.25rem;
  }
  .text__content {
    margin-top: 1.25rem;
  }
  .text__content p {
    font-size: 1.125rem;
  }
  .text__content h6 {
    font-size: 1.5rem;
  }
  .text__content ul li {
    font-size: 1.125rem;
  }
  .text__section .mt35 {
    margin-top: 1.25rem;
  }
  .text__section .mt15 {
    margin-top: 0.5rem;
  } }
@media (max-width: 576px) {
  .text__header {
    height: 12.5rem;
  }
  .text__header_title {
    font-size: 1.5rem;
  }
  .text__content blockquote {
    font-size: 1.125rem;
  }
  .text__content p {
    font-size: 1rem;
  }
  .text__content h6 {
    font-size: 1.25rem;
  }
  .text__content ul li {
    font-size: 1rem;
  } }
@media (max-width: 480px) {
  .text__header {
    height: 11.5625rem;
  }
  .text__header_title {
    font-size: 1.25rem;
  }
  .text__content blockquote {
    padding-left: 0.9375rem;
    font-size: 0.875rem;
  }
  .text__content p {
    font-size: 0.875rem;
  }
  .text__content ul li {
    font-size: 0.875rem;
  } }
@media (max-width: 360px) {
  .text__header_title {
    font-size: 1rem;
  } }