.oferta-box img {
    transition: transform 0.4s ease;
  }
  
  .oferta-box:hover img {
    transform: scale(1.05);
  }
  
  .oferta-box .circle {
    width: 36px;
    height: 36px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  