body {
  display: flex;
  flex-direction: column;
}

#wrapper3 {
  overflow-y: hidden;
}

#illustration {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#illustration img {
  width: 52%;
}

#protect-layer {
  width: 45% !important;
  margin-top: 3vh;
}

.examine {
  list-style: none;
  margin-bottom: 0.5rem;
  line-height: 1.75rem;
}

/*Desktop HIDPI 1920 x 1080 https://blisk.io/devices*/
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/******Laptop Big******/
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
}

/******Laptop Small******/
@media only screen and (min-width: 921px) and (max-width: 1279px) {
}

/******Mobile Portrait******/
@media only screen and (min-device-width: 360px) and (max-device-width: 920px) and (orientation: portrait) {
  .col {
    border: none !important;
    box-shadow: none !important;
  }

  #illustration img {
    width: 55%;
  }

  #protect-layer {
    width: 45% !important;
    margin-top: 2vh;
  }
}
