.games_item {
  border-radius: 13px;
  display: flex;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
}
.games_item .icon {
  width: 100%;
  border-radius: 13px;
}
@media screen and (max-width: 750px) {
  .games_item {
    border-radius: 2.7vw;
  }
  .games_item .icon {
    border-radius: 2.7vw;
  }
}
