.hero-update {
  position: relative;
}

.hero-update .hero-img,
.hero-update .hero-img img {
  width: 100%;
}

.hero-update .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-update .hero-content {
  background: #485696cc;
  z-index: 1;
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 22px 22px 50px;
}


.hero-update .hero-content h1 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #cad2fb;
  margin-bottom: 8px;
}

.hero-update .hero-content p {
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 0px;
}

.cta-wrap {
  position: relative;
  z-index: 99;
}

.hero-update .hero-content a {
  background: #95b243;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  width: 120px;
  padding: 10px 0px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .hero-update .hero-content a {
    width: 138px;
  }
}

@media (min-width: 768px) {
  .hero-update .hero-content {
    padding: 38px 46px 60px;
    max-width: 832px;
  }

  .hero-update .hero-content h1 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  .hero-update .hero-content p {
    text-align: left;

  }
}