.tem-bec-par {
  min-height: 12vw;
  background-image: url(https://www.yeastar.com/wp-content/uploads/2021/09/become-a-partner-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main .tem-bec-par .become-partner-temp {
  color: white;
  font-size: 2.1vw;
  text-align: center;
  margin: 1.7vw auto 1vw;
  line-height: 3.67vw;
}
.tem-bec-par .bepartner-now {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: block;
  width: max-content;
  text-align: center;
  margin: 0 auto;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  background: #00b7ff;
  border-radius: 8px;
  padding: 0 30px;
  min-width: 180px;
}
.tem-bec-par .bepartner-now:hover:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  background: rgba(206, 235, 247, 0.2);
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0.5vw;
  margin: auto;
  line-height: 30px;
  -moz-animation: aperture 0.7s;
  -webkit-animation: aperture 0.7s;
  animation: aperture 0.7s;
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}
.tem-bec-par .bepartner-now:hover {
  text-decoration: none;
}
@keyframes aperture {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(2);
  }
  20% {
    transform: scale(3);
  }
  30% {
    transform: scale(4);
  }
  40% {
    transform: scale(5);
  }
  50% {
    transform: scale(6);
  }
  60% {
    transform: scale(7);
  }
  70% {
    transform: scale(8);
  }
  80% {
    transform: scale(9);
  }
  90% {
    transform: scale(10);
  }
  100% {
    transform: scale(11);
  }
}
@media (max-width: 767px) {
  .tem-bec-par {
    min-height: 110px;
    padding-bottom: 30px;
  }
  .tem-bec-par .bepartner-now {
    font-size: 16px;
    line-height: 45px !important;
  }
  #main .tem-bec-par .become-partner-temp {
    font-size: 16px;
    margin: 20px auto;
    line-height: 34px;
  }
}
