.about {
  margin-top: 50px;
  display: grid;
}
.about__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__content {
  padding: 15px;
  background: #F2F2F2;
  color: #6E6E6E;
  font-size: 1.4rem;
  font-weight: 500;
  display: grid;
  gap: 15px;
}
.about__title {
  font-size: 3.2rem;
}
.about__list {
  list-style: none;
}
.about__list-element {
  margin-left: 25px;
  position: relative;
}
.about__list-element::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #0072BC;
  position: absolute;
  top: 50%;
  left: -25px;
}
.about__list-blue {
  color: #0072BC;
}
.about__btns {
  justify-self: flex-start;
  display: flex;
  gap: 30px;
  align-self: flex-end;
}
@media (min-width: 786px) {
  .about {
    grid-template-columns: 4fr 6fr;
  }
  .about--secondary {
    grid-template-columns: 6fr 7fr;
  }
  .about--secondary .about__content {
    padding: 25px 35px;
  }
  .about__content {
    align-items: center;
    align-content: center;
    padding: 50px 35px;
  }
  .about__text {
    align-self: flex-start;
    font-size: 1.6rem;
  }
  .about__link {
    align-self: flex-end;
  }
}

.wysiwyg p {
  font-size: 1.6rem;
  color: #6E6E6E;
  line-height: 2.5rem;
}
.wysiwyg ul, .wysiwyg ol {
  font-size: 1.6rem;
  color: #6E6E6E;
  line-height: 2.5rem;
  padding-left: 2em;
}
.wysiwyg li {
  font-size: 1.6rem;
  color: #6E6E6E;
  line-height: 2.5rem;
  padding-left: 1em;
}
.wysiwyg h2 {
  font-size: 3rem !important;
  font-weight: 700;
  color: #6E6E6E;
}
.wysiwyg h3 {
  font-size: 2.3rem !important;
  font-weight: 700;
  color: #6E6E6E;
}
.wysiwyg h4 {
  font-size: 1.7rem !important;
  font-weight: 700;
  color: #6E6E6E;
}
.wysiwyg h5 {
  font-size: 1.5rem !important;
  font-weight: 700;
  color: #6E6E6E;
}/*# sourceMappingURL=module.css.map */