.hero {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 606px auto;
  padding: 10rem 0;
}
.hero .left .sub-title {
  margin-bottom: 1rem;
}
.hero .left .desc {
  margin-top: 1rem;
  padding-right: 5rem;
}
.hero .title {
  font-size: 7rem;
  text-shadow: 5px 5px 0px #ffffff;
  color: #000000;
  font-family: "Lora", Sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.hero .primary-button {
  margin-top: 2rem;
}
.hero .right .wrapper-head-right {
  display: flex;
  width: max-content;
  margin-left: auto;
  align-items: center;
}
.hero .right .wrapper-head-right .img-wrap {
  width: 150px;
  height: 150px;
  border-radius: 100% 100% 0% 0%;
}
.hero .right .wrapper-head-right .item-right {
  width: max-content;
  padding: 0 2rem;
}
.hero .right .wrapper-head-right .item-right .sub-title {
  color: #000000;
  font-family: "Lora", Sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 1;
}
.hero .right .title {
  z-index: 1;
  position: relative;
  padding-left: 50px;
  margin-bottom: -50px;
}
.hero .list-image {
  width: 120%;
}
.hero .list-image .img-wrap {
  height: 250px;
}
@media only screen and (max-width: 769px) {
  .hero {
    padding: 4rem 0;
    background-position: top right;
    background-size: 688px 1076px;
  }
  .hero .title {
    font-size: 4rem;
  }
  .hero .right .wrapper-head-right {
    margin-top: 1rem;
    width: 100%;
  }
  .hero .right .wrapper-head-right .item-right {
    padding: 0 1rem;
  }
  .hero .right .wrapper-head-right .item-right .sub-title {
    font-size: 1.2rem;
  }
  .hero .list-image {
    width: 100%;
  }
}
