.measurements-section {
  display: flex;
  flex-direction: column;
  padding: 60px;
  padding-top: max(20px, 2.5%);
  padding-bottom: 0px;
}

.measurements-section-title {
  font-family: Zalando Sans Expanded, Arial;
  text-align: center;
  margin-top: 0px;
  margin-bottom: max(20px, 2%);
  font-weight: 700;
  font-size: clamp(100%, 3vw, 3.5rem);
}

.measurements-section-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: max(0px, 5%);
  padding-right: max(0px, 5%);
}

.full-body-image {
  display: flex;
  justify-content: right;
  align-self: center;
  overflow: hidden;
  position: relative;
  height: 75vh;
  width: 25vw;
  min-width: 120px;
}

@media (max-width: 380px) {
  .full-body-image {
    height: 48vh !important;
  }
}

@media (max-width: 450px) {
  .full-body-image {
    height: 40vh !important;
  }
}

@media (max-width: 1025px) {
  .full-body-image {
    height: 40vh;
  }
}

.full-body-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.5);
  transform-origin: 40% 70%;
}

.measurement-info {
  margin-left: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info {
  font-size: clamp(0.85rem, 1.5vw, 1.5rem);
  color: rgb(75, 69, 86);
  margin-top: max(8px, 10%);
  margin-bottom: max(8px, 10%);
}

.download-info {
  margin-top: max(25px, 3%);
  margin-bottom: max(25px, 3%);
  background-color: rgb(236, 234, 238);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  font-size: clamp(0.6rem, 1.2vw, 1.5rem);
  font-family: Open Sans, Arial;
  font-weight: 500;
  color: rgb(75, 69, 86);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 25vw;
  min-width: 120px;
  margin-left: auto;
  margin-right: 5vw;
  padding: 15px;
  border-radius: 30px;
  transition: font-weight 0.15s;
}

@media (max-width: 700px) {
  .download-info {
    margin-right: -25px;
  }
}

.download-info:hover {
  font-weight: 700;
}

.download-symbol {
  height: max(20px, 8%);
  width: max(20px, 8%);
}
