.about {
  border-top: 1px solid #000000;
  padding-top: 20px;
}
.about__wrapper {
  align-items: stretch;
}
.about__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 329px;
  margin-bottom: 30px;
}
.about__item h3, .about__item p {
  margin-bottom: 0 !important;
}
.about__item p {
  flex-grow: 1;
}
@media screen and (max-width: 1025px) {
  .about__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.about__item-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-grow: 1;
}
.about__item-button {
  margin-top: auto;
  align-self: flex-start;
}

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