
.about-columns {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 12px 0;
  flex-wrap: wrap;
}

.about-col {
  flex: 1 1 220px;
  min-width: 220px;
  max-width: 340px;
  background: #f7fafd;
  padding: 2px 8px;
  text-align: left;
}

.about-col h3 {
  margin-top: 0;
  color: #2a4d69;
  font-size: 1.2em;
  text-align: right;
}

.about-col p {
  line-height: 1.1;
  margin-bottom: 1.1em;
}

.about-image {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.about-image img {
  width: 70%;
  height: auto;
  border-radius: 5%; /* ← округление */
  object-fit: cover;
}

main {
  margin-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.15);
  padding-top: 12px;
}

section {
  padding: 5px 5px;
}

footer {
  text-align: center;
  font-size: 12px;
  color: #666;
  padding: 10px 0;
}
