main {
  overflow: visible;
}

main img {
  border-radius: 20px;
}

h3 {
  margin-bottom: min(50px, 5.5556vh);
}

#examination_1_1>.text_side>div {
  width: 50%;
  padding-left: min(20px, 1.3889vw);
}

#examination_1_1>.text_side>div>p:last-of-type {
  text-align: right;
}

@media screen and (max-width: 599px) {
  h3 {
    font-size: min(18px, 1.3867vh);
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
  }

  #examination_h2 {
    background-size: cover;
    background-position: center 0;
    background-attachment: inherit;
  }
}