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

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

.u-section-1 .u-image-1 {
  width: 300px;
  height: 300px;
  background-image: url("images/JB1.jpeg");
  background-position: 50% 50%;
  margin: 18px auto 0 134px;
}

.u-section-1 .u-image-2 {
  width: 300px;
  height: 300px;
  background-image: url("images/JB3.jpeg");
  background-position: 50% 50%;
  margin: -300px 137px 0 auto;
}

.u-section-1 .u-image-3 {
  width: 374px;
  height: 374px;
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,1);
  background-image: url("images/JB2.jpeg");
  background-position: 50% 50%;
  margin: -300px auto 18px;
}

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

  .u-section-1 .u-image-1 {
    margin-left: 40px;
  }

  .u-section-1 .u-image-2 {
    margin-right: 40px;
  }

  .u-section-1 .u-image-3 {
    width: 340px;
    height: 340px;
  }
}