.image__size{
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center; border-radius: 8px
}
@media (min-width: 768px) {
  .image__size{
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center; border-radius: 8px
  }
}