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

.u-section-1 .u-image-1 {
  width: 374px;
  height: 300px;
  margin: 5px auto;
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 300px;
  }

  .u-section-1 .u-image-1 {
    margin-top: 3px;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 283px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 273px;
    margin: 6px 0;
  }
}