.profile-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 80px;
  padding-right: 12vw;
  padding-left: 12vw;
  padding-bottom: max(10px, 1%);
}

.profile-section-info {
  flex: 1;
  margin-bottom: 20px;
}

.full-name {
  font-family: Zalando Sans Expanded, Arial;
  margin: 0px;
  font-weight: 900;
  font-size: clamp(3rem, 5vw, 4rem);
  color: rgb(66, 65, 69);
}

.message {
  font-family: Open Sans, Arial;
  font-size: clamp(1.3rem, 3vw, 1.5rem);
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(75, 69, 86);
}

.profile-section-picture {
  flex: 2;
  margin-bottom: 2vw;
  margin-top: 2vw;
}

.profile-picture {
  width: 100%;
  height: 55vh;
  max-height: 380px;
  object-fit: cover;
  object-position: 0% 16%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}