.hero-blog-section-container {
  position: relative;
}

.hero-blog-section {
  background: url("../img/bg-landing-blog.webp");
  height: 820px;
  background-size: cover;
  background-position: top;
  overflow: hidden;
  position: relative;
}

.waves {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.hero-blog-green {
  position: absolute;
  top: 72%;
  left: 61%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.hero-blog-green img {
  width: 25vw;
  max-width: 310px;
  min-width: 150px;
  height: auto;
}

.hero-blog-left {
  position: absolute;
  top: 32%;
  left: 12%;
  display: flex;
  flex-direction: column;
  width: 824px;
  height: 302px;
  gap: 24px;
}

.hero-blog-left h1 {
  width: 700px;
  font-weight: 700;
  font-size: 56px;
  line-height: 66px;
  letter-spacing: 0;
  color: #ffff;
}

.hero-sub {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #cfdee5;
}

.read-more-btn {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 64px;
  padding: 24px;
  border-radius: 999px;
  border: 2px solid #fff;
  gap: 10px;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  line-height: 22px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 940px) {
  .hero-blog-left {
    width: 90%;
    left: 5%;
    top: 40%;
    height: auto;
  }

  .hero-blog-left h1 {
    width: 100%;
    font-size: 48px;
    line-height: 58px;
    height: auto;
  }

  .hero-sub {
    font-size: 15px;
    line-height: 21px;
  }

  .read-more-btn {
    width: 160px;
    height: 56px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .hero-blog-left {
    width: 90%;
    left: 5%;
    height: auto;
  }

  .hero-blog-left h1 {
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    height: auto;
  }

  .read-more-btn {
    width: 150px;
    height: 52px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero-blog-left {
    gap: 16px;
  }

  .hero-blog-left h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-sub {
    font-size: 14px;
    line-height: 20px;
  }

  .read-more-btn {
    width: 140px;
    height: 48px;
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .hero-blog-left {
    width: 90%;
    left: 5%;
    gap: 12px;
  }

  .hero-blog-left h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-sub {
    font-size: 13px;
    line-height: 18px;
  }

  .read-more-btn {
    height: 44px;
    font-size: 12px;
  }
}
