* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body {
  max-width: 120rem;
  margin: 0;
  padding: 4.3rem 9.6rem;
}

.section-peter {
}

.direction {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 4rem;
}

.con-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.exec-name {
  color: rgba(233, 94, 52, 1);
}

.hero-peter {
  display: flex;
  /* align-items: stretch; */
  /* justify-content: center; */
  gap: 1rem;
  margin-bottom: 10rem;
}

.con-hero--img {
  /* flex: 0 0 auto; */
}

/* .hero-img {
  height: 100%;
  max-height: 40rem;
} */

.image-wrapper {
  padding: 4px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #ff8c00 40%, #013000 60%);
}


.about-peter {
  display: flex;
  flex-direction: column;
  justify-self: center;
  gap: 1.5rem;
  padding: 0.8rem;
  color: rgba(0, 0, 0, 1);
  height: auto;
}

.about-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* .Appointed {
  font-size: 1.2rem;
} */

.profile-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.profile h4 {
  margin-bottom: 0.6rem;
  color: rgba(233, 94, 52, 1);
}

.section-aside {
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.section-aside img {
  height: 358px;
}
