 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("images/Outside-Tent.jpg");
  background-size: cover;
}

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

.u-section-1 .u-group-1 {
  width: 556px;
  min-height: 326px;
  height: auto;
  box-shadow: 7px 7px 8px 3px rgba(0,0,0,0.9);
  margin: 192px auto 60px;
}

.u-section-1 .u-container-layout-1 {
  padding: 0 30px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-size: 1.875rem;
  margin: 0 5px;
}

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

  .u-section-1 .u-group-1 {
    height: auto;
  }

  .u-section-1 .u-text-1 {
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-group-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-group-1 {
    width: 340px;
  }
}