.hero-content h4 {
  margin-bottom: 5rem;
  font-size: 6rem;
  line-height: 7rem;
  font-weight: 400;
}

.hero-imgs {
  position: relative;
}

.income-btn {
  background: rgb(47, 69, 93, 0.5);
  border: 2px solid #ffffff;
  border-radius: 19rem;
  opacity: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
  color: white;
  font-size: 3.1rem;
  line-height: 3.3rem;
  padding: 2rem 4rem;
  white-space: nowrap;
}

.hero-desc {
  white-space: initial;
  margin-bottom: 6rem;
}

.income-content {
  display: flex;
  padding: 0 5rem;
  flex-direction: column;
  gap: 8rem;
  margin: 14rem auto;
  max-width: 159rem;
}

.income-content > div:not(.blue-box) {
  display: flex;
  gap: 8rem;
  align-items: center;
  justify-content: center;
  margin: 0 5rem;
}

.income-content > div:not(.blue-box) > div {
  flex: 1;
  min-width: 50%;
}

.income-content div:not(.blue-box) h4 {
  color: #061f39;
  font-size: 4.5rem;
  line-height: 5rem;
  margin: 0;
  margin-bottom: 4rem;
  font-weight: 400;
}

.income-content .desc {
  color: #112439;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "Roboto";
}

.relative-img {
  position: relative;
}

.tampering-icon {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  max-width: 65%;
  opacity: 0.9;
}

.paper-shield-icon {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 8rem;
}

.card-verification-icon {
  position: absolute;
  left: 4.5rem;
  transform: translateY(-50%);
  top: 0;
}

#animation {
  max-width: 100%;
  width: 45rem;
  margin-bottom: 1.5rem;
}

.blue-box {
  width: 100%;
}

@media (max-width: 1700px) {
  .income-content {
    max-width: 133rem;
  }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .hero-content h4 {
    margin-bottom: 4rem;
    font-size: 5rem;
    line-height: 6rem;
  }

  .income-content {
    max-width: 113rem;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
  .hero-content h4 {
    margin-bottom: 3rem;
    font-size: 4rem;
    line-height: 5rem;
  }

  .hero-desc {
    margin-bottom: 4rem;
  }

  .income-content {
    max-width: 93rem;
  }

  .income-btn {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .paper-shield-icon,
  .card-verification-icon {
    width: 5rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .hero-content h4 {
    margin-bottom: 2rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .hero-desc {
    margin-bottom: 3rem;
  }

  .income-content {
    max-width: 75rem;
  }

  .income-btn {
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 1rem 2rem;
  }

  .content {
    padding: 7.5rem 2rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .income-content {
    gap: 4rem;
    padding: 0 2rem;
  }

  .income-content > div:not(.blue-box) {
    margin: 0;
    gap: 2rem;
  }

  .income-content div:not(.blue-box) h4 {
    font-size: 2.1rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }

  .income-content .desc {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .paper-shield-icon,
  .card-verification-icon {
    width: 3rem;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
