.home-pricing-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.home-pricing-wapper {
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px 25px 30px 30px;
  border: 2px solid #000;
  height: 100%;
}
.home-pricing-wapper-head h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  font-family: var(--font-04);
}
.home-pricing-wapper-head h3 {
  font-size: 70px;
  line-height: 1.07em;
  letter-spacing: -.7px;
  font-weight: 700;
  font-family: var(--font-04);
}

.home-pricing-wapper-middle {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}
.home-pricing-wapper-middle li {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  list-style: none;
  font-family: var(--font-02);
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.home-pricing-btn {
  font-size: 16px;
  padding: 0 40px;
  border-radius: 3px;
  font-weight: 700;
  font-family: var(--font-02);
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: center;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
  background-color: var(--orange-bg);
  z-index: 0;
  overflow: hidden;
  position: relative;
  height: 60px;
  line-height: 59px;
  transform-style: preserve-3d;
  color: #000;
  border: 2px solid #000;
  width: 100%;
}
.home-pricing-btn:hover {
  background: #06b453;
  border-color: #06b453;
  color: #FFF;
}
.home-pricing-wapper-head {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
.home-pricing {
  background: #f6f5ef;
}
.home-pricing-inner {
  position: relative;
}
.home-pricing-shape {
  position: absolute;
  right: 0;
  top: 0;
  animation: float-left-right 6s ease-in-out infinite;
}
.home-pricing-shape img {
  max-width: 170px;
}
@keyframes float-left-right {
  0% {
    transform:translatex(0)
  }
  50% {
    transform:translatex(-40px)
  }
  100% {
    transform:translatex(0)
  }
}
.home-pricing-head h2 {
  text-align: center;
}
.home-pricing-wapper-head .plan-name {
  font-size: 18px;
  font-weight: 600;
  color: #06b453;
}
.home-pricing-wapper-head h3 sup {
  font-size: 30px;
}
@media(max-width:1200px){
  .home-pricing-wapper {
  padding: 30px 15px 30px 15px;
}
.home-pricing-wapper-middle li {
  font-size: 18px;
  column-gap: 7px;
}
.home-pricing-wapper-head h3 {
  font-size: 50px;
}

}
@media(max-width:991px){
  .home-pricing-shape img {
  max-width: 120px;
}
.home-pricing-wapper-head h3 {
  font-size: 40px;
}
.home-pricing-wapper-head h4 {
  font-size: 24px;
}
.home-pricing-wapper {
  padding: 20px 15px 30px 15px;
}
.home-pricing-inner {
  row-gap: 40px;
}
.home-pricing-wapper-head {
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.home-pricing-wapper-middle li {
  font-size: 16px;
  margin-bottom: 10px;
  column-gap: 7px;
}
.home-pricing-wapper-middle {
  margin-bottom: 30px;
}
.home-pricing-btn {
  font-size: 14px;
  padding: 0 20px;
  height: auto;
  line-height: 39px;
}
}