.over-ons {
  margin-top: 48px;
  margin-bottom: 48px;
}

.over-ons p {
  color: var(--text-color);
}

.over-ons a {
  color: var(--primary-color);
  text-decoration: none;
}

.over-ons a:hover {
  color: var(--hero-color);
}

.over-ons .over-ons__block {
  background-color: var(--primary-color);
  display: flex;
  padding: 32px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.over-ons .over-ons__block .over-ons__items {
  display: flex;
  margin-bottom: 16px;
}

.over-ons .over-ons__block .over-ons__items p {
  display: flex;
  align-items: center;
  margin: 0 0 0 16px;
  color: #1e1e1e;
}

.over-ons .over-ons__block .over-ons__items a {
  display: flex;
  align-items: center;
  margin: 0 0 0 16px;
  color: #1e1e1e;
}

.over-ons .over-ons__block a:hover {
  color: var(--hero-color);
}

.over-ons .over-ons__block .social-links {
  display: flex;
  margin-bottom: 16px;
}

.over-ons .over-ons__block .social-links p {
  display: flex;
  align-items: center;
  margin: 0 0 0 16px;
  color: #1e1e1e;
}

.over-ons .over-ons__block .social-links svg:hover {
  fill: var(--hero-color);
}
.over-ons .over-ons__block .social-links a {
  margin: 0;
}

.over-ons .over-ons__block .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}

.card__employee {
  display: flex;
  min-height: 460px;
  position: relative;
  margin: 0rem 0rem 2rem 0rem;
}

.card__employee-image {
  overflow: hidden;
  width: 100%;
}

.card__employee-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.card__background {
  background-color: var(--primary-color);
}

.quote-section {
  border-radius: 8px;
  padding: 3rem;
  margin: 64px 0;
}

strong {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .card__employee {
    margin: 2rem 0;
    justify-content: center;
  }
}
