.param {
  position: relative;
  min-height: 110px;
  margin-left: 100px;
  margin-top: 25px;
  padding: 10px;
  background-color: white;
  width: 500px;
  border-radius: 5px;
  
}
.param img {
  margin-bottom: 12px;
  height: 40px;
  position: absolute;
  right: 2px;
  bottom: -4px;
  cursor: pointer;
}
