.hero img.caption {
  width: 72.65625%;
  position: absolute;
  top: 3.5%;
  left: 6.25%;
}

.bg-yellow {
  background: #EFF1BA;
}

.bg-red {
  background: #F4D7AC;
}

.bg-blue {
  background: #CCDDF7;
}

.fw-bold {
  font-weight: bold;
}

.fw-nm {
  font-weight: normal;
}

.box h1 {
  font-weight: bold;
}

h1 {
  font-size: 4.4em;
}

@media (max-width: 1639.98px) {
  h1 {
    font-size: 6vw;
  }
  .box {
    font-size: 1.25vw;
  }
  .box p {
    font-size: 2vw;
  }
}

@media (max-width: 768.98px) {
  .box {
    font-size: 2vw;
  }
  .box p {
    font-size: 3vw;
  }
}
/*# sourceMappingURL=own.css.map */