.u-section-1 .u-sheet-1 {
  min-height: 500px;
}

.u-section-1 .u-text-1 {
  margin-bottom: 60px;
}

 .image-container {
   display: flex;
   justify-content: center;
   /* Центрирование по горизонтали */
   align-items: center;
   /* Центрирование по вертикали */
 }

 .image-container img {
   margin: 0 10px;
   /* Добавляет отступы между изображениями */
 }