.cta-enm-sale {
  background-color: #fff;
  border-radius: 5px;
  color: #333;
  font-size: 1rem;
  padding: 10px 20px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  width: 50%;
  width: fit-content;
  bottom: 10%;
  right: 0;
  left: 0;
  border: 1px solid #fff;
  z-index: 1;
  cursor: pointer;
}
.cta-enm-sale:hover {
  background-color: #ff7b69;
  color: #ffffff;
  transition: 0.2s;
}
@media screen and (max-width: 480px) {
  .cta-enm-sale {
    width: 120px;
    line-height: 1.2rem;
    padding: 5px 10px;
    font-size: 0.9rem;
  }
}