.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../images/hero-books.jpg");
  background-repeat: none;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
}

.hero-content {
  position: relative;
  top: -10vh;
  display: flex;
  flex-direction: column;
  color: black;
  background-color: white;
  width: 300px;
  border-bottom: 4px solid #9dbebb !important;
}

.hero-card-img-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/hero-card-img-1.jpg");
  background-size: cover;
  width: 300px;
  height: 200px;
  padding: 10px;
  text-align: center;
}

.hero-card-img-text {
  color: black;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.hero-card-content {
  display: flex;
  flex-direction: column;
  font-family: "Rubik", sans-serif;
  padding: 1rem;
}

.hero-card-date {
  margin-top: 20px;
  text-align: right;
}

.landing-articles {
  position: relative;
  top: -20vh;
}

.load-more-btn-container {
  position: relative;
  top: -45px;
  display: flex;
  justify-content: center;
}

@media (min-width: 576px) {
  .hero-content {
    position: relative;
    top: -45px;
  }
  .landing-articles {
    position: relative;
    top: -90px;
  }
}
