.wrapper-hero .yl-banner-img{
  right: 0;
  top: 30px;
  width: 40%;
}

.wrapper-hero .yl-banner-text {
  width: 55%;
  padding-top: 150px;
  padding-bottom: 100px;
}

.wrapper-hero .yl-banner-text .hero-title {
  color: var(--primary);
  font-weight: 900;
  font-size: 64px;
  padding-bottom: 0px;
  margin-bottom: 18px;
}

.wrapper-hero .yl-banner-text .hero-subtitle {
  font-weight: 700;
  font-size: 42px;
  padding-bottom: 0px;
  margin-bottom: 18px;
  color: #212529;
}

.wrapper-hero .yl-banner-text .hero-description {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 18px;
  color: #4F4F4F;
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .wrapper-hero .yl-banner-img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .wrapper-hero .yl-banner-img{
    top: 0px;
  }

  .wrapper-hero .yl-banner-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrapper-hero .yl-banner-text .hero-title {
    font-size: 36px;
  }

  .wrapper-hero .yl-banner-text .hero-subtitle {
    font-size: 28px;
  }

  .wrapper-hero .yl-banner-text .hero-description {
    font-size: 16px;
  }
}