.home-banner {
    position: relative;
    z-index: 2;
    padding-top: 208px;
    background: radial-gradient(100% 200% at 0% 100%, #207552 0%, #4ea72f 100%);
  }

  .home-banner .content-area .text-area ul li {
    color: #fff;
    font-family: "TT Commons Pro Variable";
    font-size: 18px;
  }

  .home-banner .wp-block-button__link.wp-element-button {
    display: inline-flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    padding: 11px 24px;
    font-family: "TT Commons Pro Variable";
    font-weight: 420;
  }

  .home-banner .wp-block-button__link.wp-element-button::after {
    background-image: url(../../assets/images/button-arrow-dark.png);
    width: 32px;
    height: 16px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    background-size: contain;
    transition: all 0.35s;
  }

  .home-banner .wp-element-button:hover, .home-banner .wp-block-button__link.wp-element-button:hover {
    background-color: #ffffff !important; 
    color: #000 !important;
  }

  @media (max-width: 991.98px) {
    .home-banner {
      padding-top: 144px;
      overflow: hidden;
    }
  }
  .home-banner .content-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-banner .content-area .text-area {
    flex: 0 0 48%;
    max-width: 48%;
    padding-top: 32px;
    padding-bottom: 160px;
  }
  @media (max-width: 991.98px) {
    .home-banner .content-area .text-area {
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 0;
      padding-bottom: 40px;
    }
  }
  @media (max-width: 767.98px) {
    .home-banner .content-area .text-area {
      padding-bottom: 0;
    }
  }
  .home-banner .content-area .text-area h1 {
    color: #fff;
    margin-bottom: 40px;
  }
  @media (max-width: 767.98px) {
    .home-banner .content-area .text-area h1 {
      margin-bottom: 20px;
    }
  }
  .home-banner .content-area .text-area p {
    color: #fff;
  }
  .home-banner .content-area .image-link-area {
    position: relative;
    flex: 0 0 48%;
    max-width: 48%;
  }
  @media (max-width: 991.98px) {
    .home-banner .content-area .image-link-area {
      display: none;
    }
  }
  .home-banner .content-area .image-link-area img {
    width: 100%;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  }
  .home-banner .content-area .image-link-area .img-1 {
    position: absolute;
    width: 247px;
    top: 0px;
    left: 140px;
    filter: blur(1.5px);
    transition: all 0.35s;
  }
  @media (max-width: 1349.98px) {
    .home-banner .content-area .image-link-area .img-1 {
      left: 20px;
    }
  }
  .home-banner .content-area .image-link-area .img-1:hover {
    z-index: 2;
    filter: blur(0);
    transform: scale(1.2);
    transition: all 0.35s;
  }
  .home-banner .content-area .image-link-area .img-2 {
    position: absolute;
    width: 279px;
    top: 169px;
    left: 350px;
    filter: blur(0.5px);
    transition: all 0.35s;
  }
  @media (max-width: 1349.98px) {
    .home-banner .content-area .image-link-area .img-2 {
      left: 160px;
    }
  }
  .home-banner .content-area .image-link-area .img-2:hover {
    z-index: 2;
    filter: blur(0);
    transform: scale(1.2);
    transition: all 0.35s;
  }
  .home-banner .content-area .image-link-area .img-3 {
    position: absolute;
    width: 310px;
    top: 300px;
    left: 56px;
    transition: all 0.35s;
  }
  @media (max-width: 1349.98px) {
    .home-banner .content-area .image-link-area .img-3 {
      left: 0;
    }
  }
  .home-banner .content-area .image-link-area .img-3:hover {
    z-index: 2;
    filter: blur(0);
    transform: scale(1.2);
    transition: all 0.35s;
  }
  .home-banner .content-area .image-link-area-mobile {
    display: none;
    opacity: 0;
    transition: all 0.35s;
  }
  @media (max-width: 991.98px) {
    .home-banner .content-area .image-link-area-mobile {
      width: 100vw;
      display: block;
      padding-top: 40px;
      padding-bottom: 55px;
    }
    .home-banner .content-area .image-link-area-mobile.slick-initialized {
      opacity: 1;
      transition: all 0.35s;
    }
    .home-banner .content-area .image-link-area-mobile .slick-list {
      overflow: visible;
    }
    .home-banner .content-area .image-link-area-mobile .slick-list .slick-slide {
      transition: all 0.35s;
    }
    .home-banner .content-area .image-link-area-mobile .slick-list .slick-slide.slick-active {
      transform: scale(1.1);
    }
    .home-banner .content-area .image-link-area-mobile .slick-list .slick-slide img {
      max-width: 80vw;
    }
  }

  @media (min-width: 992px) {
    .home-banner .content-area {
      width: 1240px;
      max-width: 100%;
      padding: 0 20px;
      margin-left: auto;
      margin-right: auto;
    }

    .home-banner .content-area .text-area h1 {
      font-family: "Acta Display" !important;
    }

    .home-banner .content-area .text-area {
      font-size: 18px;
    }
  }