
.cer {
  display: flex;
  flex-wrap: wrap; /* ÔÊÐí»»ÐÐ */
  gap: 25px;
  flex-direction: row;
}
.box {
  width: 190px; 
  height: 255px;
  border: 2px solid transparent; 
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.box:hover {
  border-color: #ff6200;
}
.box-image {
  width: 186px;
  height: 186px;
  border-radius: 5px;
  margin: 5px auto;
    height: auto;
    border-radius: inherit;
    cursor: pointer;
    transition: border-radius 0.3s ease;
    border-radius:10%;
}
