.hero-ads {
  background-color: rgb(221, 87, 28);
  height: 20vh;
  padding: 3vh 10vw;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}

/*.ad-info {
  display: flex;
  flex-direction: column;
  justify-content: top;
}

.ad-description {
  font-family: "Big Shoulders", Arial;
  font-style: normal;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255);
}

.ad-description-1 {
  font-family: "Big Shoulders", Arial;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgb(114, 20, 20);
}*/

.hero-ad {
  position: absolute;

  top: 0;
  right: 0;
  transform: translateY(-60%);

  width: 35%;
  min-width: 400px;
}

/*.hero-fire {
  width: 100%;
  height: 40vh;
  margin-top: -30vh;
  object-fit: cover;
  object-position: bottom;
  z-index: 100;
}
