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

.u-section-1 .u-image-1 {
  width: 431px;
  height: 431px;
  box-shadow: 2px 2px 8px 0 rgba(128,128,128,1);
  filter: brightness(0.45);
  background-image: url("images/WhatsAppImage2020-07-28at12.28.39.jpeg");
  background-position: 50% 50%;
  margin: 51px auto;
}

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

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

.u-section-2 .u-text-1 {
  font-size: 2.25rem;
  margin: 20px auto 0;
}

.u-section-2 .u-text-2 {
  font-size: 1.875rem;
  margin: 41px 0 0;
}

.u-section-2 .u-text-3 {
  font-size: 1.875rem;
  line-height: 33px;
  margin: 20px 20px 60px 30px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-text-3 {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-text-2 {
    font-size: 1.5rem;
  }

  .u-section-2 .u-text-3 {
    font-size: 1.5rem;
  }
}