.tem-bec-par {
  min-height: 333px;
  background-image: url(https://www.yeastar.com/wp-content/uploads/2022/10/become-a-partner-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .tem-bec-par .become-partner-temp {
  color: #fff;
  font-size: 42px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  font-family: Manrope !important;
  font-weight: 500;
}
#main .tem-bec-par .become-partner-temp:first-child {
  margin-top: -10px;
}
.tem-bec-par .bepartner-now {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: block;
  width: max-content;
  text-align: center;
  margin: 50px auto 0;
  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: 1500px) {
  .tem-bec-par {
    min-height: 280px;
  }
  #main .tem-bec-par .become-partner-temp {
    font-size: 35px;
  }
  .tem-bec-par .bepartner-now {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .tem-bec-par {
    min-height: 200px;
  }
  #main .tem-bec-par .become-partner-temp {
    font-size: 20px;
    margin: 0 auto;
    line-height: 30px;
  }
}
