  .imagen {
    width: 450px;
    border-radius: 15px;
  }

  @media (max-width: 768px) {
    .imagen {
      width: 90%;
    }
  }