@media (min-width: 768px) {
  .you-will-love .image-number-1 img {
      width: 70%;
      object-fit: contain;
  }
}
@media (max-width: 767.98px) {
  .you-will-love .image-number-1 {
      text-align: center;
  }
  .you-will-love .image-number-2, .you-will-love .image-number-3 {
      width: 50% !important;
  }
}