.hero {
  background-image: url(../../img/about/bg-about.png);
  background-position: 20% 20%;
  height: 100vh;
  padding: 12px 12px 20px 20px;
  display: block;
  background-size: cover;
  object-fit: cover;
}
.content {
  position: absolute;
  bottom: 40px;
}
.hero-title {
  font-family: "Adobe Garamond Pro", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: rgba(250, 249, 246, 1);
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 48px;
}
.desc {
  font-size: 16.5px;
  color: rgba(250, 249, 246, 0.7);
  max-width: 90%;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .hero {
    background-image: url(../../img/about/bg-about.png);
    object-fit: cover;
    background-size: cover;
    width: 100wh;
    padding: 10px 10px 20px 20px;
    display: block;
  }
  .content {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    bottom: 40px;
    margin-left: 4rem;
    margin-right: 6rem;
    margin-bottom: 2rem;
  }
  .content .desc {
    width: 45%;
    font-size: 20px;
  }
  .hero-title {
    color: rgba(250, 249, 246, 1);
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 72px;
  }
}
