#main-new-homepage {
  min-height: 100vh;
  background-color: #fff;
  background-image: url(/assets/svgs/new-home-vector.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 203px 0 130px;
}

#main-new-homepage .img-example{
  width: 904px;
  max-width: 100%;
}

.new-homepage__wrapper {
  width: 100%;
  max-width: 1316px;
  margin: 0 auto;
  padding: 0 30px;
}

.new-homepage__slide {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}

.new-homepage__slide__content {
  width: 50%;
  max-width: 536px;
  margin-top: 89px;
}

.new-homepage__slide__image {
  width: 50%;
  max-width: 616px;
  height: 376px;
  border-radius: 66px;
  overflow: hidden;
}
.new-homepage__slide__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-listing__section {
  margin-top: 127px;
  position: relative;
}

.news-listing__section {
  margin-top: 38px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .new-homepage__wrapper {
    max-width: 1304px;
    padding: 0 24px;
  }

  .new-homepage__slide__content {
    position: absolute;
    bottom: 6px;
    left: 11px;
    width: calc(100% - 22px);
    max-width: unset;
    margin-top: 0;
  }
  .new-homepage__slide__content > p {
    color: #fff;
    font-size: 30px;
    line-height: 36px; /* 138.889% */
  }

  .new-homepage__slide__image {
    width: 100%;
    max-width: unset;
    border-radius: 20px;
  }

  .blog-listing__section {
    margin-top: 55px;
    padding-bottom: 45px;
  }

  .news-listing__section {
    margin-top: 45.93px;
    padding-bottom: 45px;
  }

  .blog-listing__group,
  .news-listing__group {
    flex-direction: column;
  }
  .blog-listing__group > p, .news-listing__group > p {
    align-self: flex-start;
  }
  .blog-listing__group > a, .news-listing__group > a {
    position: absolute;
    bottom: 0;
    align-self: center;
    font-size: 15px;
    line-height: 20px; /* 133.333% */
  }
}
@media screen and (max-width: 429px) {
  .new-homepage__slide__content > p {
    font-size: 18px;
    line-height: 25px; /* 138.889% */
  }

  .new-homepage__slide__image {
    height: 200px;
    border-radius: 10px;
  }
}
