.button {
  background-color: #acd3fe; /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: #007bff;
  border: 1px solid #007bff;
  border-radius: 5px;
}

.button1:hover {
  background-color: #007bff;
  color: white;
  border-radius: 5px;
}
.unlock_button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.only_unlock_button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dashicons_lock {
  font-size: 3.5rem;
  color: #3c8afe;
  margin-left: -41px;
}
.pro_feature {
  margin-bottom: 10px;
  font-size: 16px;
  color: #3c8afe;
  /* margin-top: 11px; */
}
@media (max-width: 1280.98px) {
  .pro_feature {
    font-size: 14px;

    /* margin-top: 11px; */
  }
  .button {
    padding: 8px 15px;
    font-size: 14px;
  }
}
