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

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

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

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

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 347px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 258px;
}

.u-section-2 .u-text-1 {
  font-size: 1.5rem;
  width: 720px;
  margin: 100px auto 0;
}

.u-section-2 .u-rotation-parent-1 {
  animation-timing-function: ease;
  width: 30px;
  height: 30px;
  margin: 0 auto 60px;
}

.u-section-2 .u-icon-1 {
  width: 30px;
  height: 30px;
  transform-origin: center center 0px;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-icon-1 {
    margin: 19px auto 10px;
  }
}

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

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