.hero-container {
  background-image: url("../img/realplus/main-hero.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero-content > div {
  max-width: 100%;
  text-align: center;
}

.realplus-content {
  width: 100%;
  display: flex;
  gap: 8rem;
  margin-bottom: 5em;
}

.realplus-content-box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex: 1;
  padding: 4rem;
  background: #f6f6f6;
  border-radius: 10px;
  justify-content: space-between;
}

.realplus-content-box img {
  height: 9rem;
}

.realplus-content-box .desc {
  font-size: 1.8rem;
  font-size: 2.6rem;
  font-family: "Roboto";
  font-weight: 300;
  color: #112439;
}

.realplus-content-box button {
  flex: 1;
  padding: 2rem 6rem;
  font-size: 1.8rem;
  line-height: 2rem;
}

.oneapp-logo {
  width: 9rem;
  margin: auto;
}

@media (max-width: 991.98px) {
  .realplus-content {
    flex-direction: column;
  }
}
