.about-other {
  width: 100%;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .about-other {
    margin: 2rem 0 0;
  }
}
.about-other img,
.about-other .text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-other img,
  .about-other .text {
    width: calc(50% - 1rem);
  }
}
.about-other img {
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .about-other img {
    margin: 0;
  }
}/*# sourceMappingURL=2026.css.map */