main.about-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.about-page h1, h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #2c3e50;
}

.about-page.section, .div {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.defauts-avatar {  max-width: 100%;  height: auto;  display: block;  margin: 1rem auto;  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.about-page ul {
  list-style: none;
  padding: 0;
}
.defauts-logo{width: 100px; height: 100px; object-fit: contain; margin-right: 1rem}

.about-page ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.about-page  ul li img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.team img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}



.about-page   a {
  color: #2980b9;
  text-decoration: none;
}

.about-page  a:hover {
  text-decoration: underline;
}
