.offer-pattern .sub-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
  font-family: var(--font-02);
  display: inline-block;
} 

.offer-pattern .pattern-title {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0.95;
  font-weight: 700;
}

.offer-pattern .pattern-title1 {
  font-size: 75px;
}

.offer-pattern .pattern-title2 {
  font-size: 100px;
}

.offer-pattern .offer-title {
  font-family: var(--font-01);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--color-3);
  margin-top: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.discount_style4 {
  position: relative;
  text-align: right;
  padding: 30px;
  width: 190.9px;
  height: 170px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  margin-left: 50px;
  animation: pulse 2s infinite ease-in-out alternate;
}

.discount_style4::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 47px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 3px solid var(--color-3);
  z-index: -1;
}

.discount_style4 .small-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: var(--title-color);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  padding-left: 20px;
}

.discount_style4 .percentage {
  font-family: var(--font-02);
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: var(--color-3);
  margin-bottom: 0px;
  padding-left: 20px;
  text-align: center;
}

.space:hover .discount_style4 {
  -webkit-animation: pluse1 2s ease-in-out infinite;
          animation: pluse1 2s ease-in-out infinite;
}
.pattern-title {
  background-repeat: repeat;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent;
}

@media(max-width:576px){
  .offer-pattern .pattern-title1 {
  font-size: 40px;
}
.offer-pattern .pattern-title2 {
  font-size: 60px;
}
.offer-pattern .sub-title {
  font-size: 20px;
}
.offer-pattern .offer-title {
  font-size: 14px;
}
}