 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

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

@media (max-width: 991px) {
  .u-section-1 .u-image-1 {
    margin-top: 256px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-image-1 {
    width: 235px;
    height: 235px;
    margin-top: 120px;
  }
}