.o-nas-section {
  background-color: #f9f5ef;
}

.o-nas-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.o-nas-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.o-nas-img {
  border-radius: 20px;
  max-height: 600px;
  object-fit: cover;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 767px) {
  .o-nas-text {
    text-align: center;
  }

  .o-nas-text h2 {
    font-size: 1.6rem;
  }

  .o-nas-img {
    width: 100%;
    height: auto;
    max-height: unset;
  }
}
