#home1-left {
  width: 85%;
  font-family: var(--os);
}

#home1-right {
  width: 15%;
  background-image: url(../img/logo_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

#home2-left,
#home2-right {
  width: 50%;
}

#home2-left {
  background-image: url(../img/home2left.png);
  background-size: cover;
}

#home2-right {
  background-color: var(--brown);
  position: relative;
}

#home2-right-img {
  background-image: url(../img/home2right.png);
  background-size: cover;
  background-position-x: 71%;
  width: 20vw;
  height: 30vw;
  position: absolute;
  right: 8vw;
  bottom: 15vh;
}
