@media only screen and (min-width: 1025px) {
  .the-perfect-mix-svg {
    left: 13vw;
    top: 64px;
  }
}

@media only screen and (min-width: 1201px) {
  #boost-your-moments .content {
    right: 3em;
  }

  .page-about #logo-svg {
    height: 100px;
    max-height: 100px;
  }
}

@media only screen and (min-height: 601px) {
  #the-perfect-mix .content {
    top: 60vh;
  }
}