.b-about-2__cont {
  display: grid;
  grid-gap: 20px;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
}

.b-about-2__cont .content-wrapper {
  color: #000000;
  line-height: 150%;
}

.b-about-2__cont .image-wrapper {
  margin-top: -57px;
}

@media only screen and (max-width: 767px) {
  .b-about-2__cont {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=maps/b-about-2_1.css.map */
