.b-sectionInfo__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: calc(100% - 80px);
}

.b-sectionInfo__text {
  margin-top: 1.5rem;
  overflow: hidden;
  font-size: 14px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.b-sectionInfo__text_full {
  -webkit-line-clamp: 1000;
}

.b-sectionInfo__show {
  display: none;
  padding-top: 1.5rem;
  font-size: 14px;
  text-decoration: underline;
  color: var(--primary-color);
}

.b-sectionInfo__show_visible {
  display: block;
}

.b-sectionInfo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
}

.b-sectionInfo__more {
  margin-bottom: 1.5rem;
}

.b-sectionInfo__extra {
  display: none;
}

@media (min-width: 560px) {
  .b-sectionInfo__title {
    max-width: 100%;
  }

  .b-sectionInfo__text {
    line-height: 25px;
  }

  .b-sectionInfo__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-sectionInfo__more {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }

  .b-sectionInfo__quote {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-sectionInfo__quote q {
    --bg-opacity: 1;
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, var(--bg-opacity));
    padding: 20px 30px;
    border-radius: 25px;
    font-style: italic;
    line-height: 1.6;
    color: #888888;
  }

  .b-sectionInfo__quote q::before {
    content: open-quote;
  }

  .b-sectionInfo__quote q::after {
    content: close-quote;
  }

  .b-sectionInfo__quote q::before,
    .b-sectionInfo__quote q::after {
    font-size: 30px;
    line-height: 0.4;
  }
}

@media (min-width: 768px) {
  .b-sectionInfo__text {
    font-size: 15px;
    -webkit-line-clamp: 1000;
  }

  .b-sectionInfo__show {
    display: none;
  }

  .b-sectionInfo__link {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .b-sectionInfo__title {
    text-align: left;
  }

  .b-sectionInfo__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .b-sectionInfo__sidebar-content {
    display: grid;
    grid-column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 2fr 3fr;
  }

  .b-sectionInfo__topWrap {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .b-sectionInfo__mediaWrap {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .b-sectionInfo__textWrap {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .b-sectionInfo__text {
    margin-top: 0;
  }

  .b-sectionInfo__link {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}

@media (min-width: 1280px) {
  .b-sectionInfo__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);;
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .b-sectionInfo__mediaWrap {
    grid-row-start: 2;
    grid-row-end: 4;
  }

  .b-sectionInfo__textWrap {
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .b-sectionInfo__link {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .b-sectionInfo__extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6rem;
  }
}

@media (min-width: 1920px) {
  .b-sectionInfo__content {
    grid-template-columns: calc(40% - 30px) calc(60% - 30px);
    grid-column-gap: 60px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .b-sectionInfo__topWrap {
    grid-column-start: 2;
    grid-column-end: 3;
  }

  .b-sectionInfo__mediaWrap {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }

  .b-sectionInfo__extra {
    margin-top: 8rem;
  }
}

/*# sourceMappingURL=sectionInfo.css.map */
