.u-section-1 .u-image-1 {
  min-height: 460px;
  background-image: url("images/web-development-platforms-find-one-to-suit-your-needs.jpeg");
  background-position: 50% 50%;
}

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

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

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

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

.u-section-2 .u-text-2 {
  margin-left: 87px;
  margin-right: 87px;
  margin-bottom: 30px;
}

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

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1314px;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: 44px;
  }
}

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

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

  .u-section-2 .u-text-2 {
    margin-right: 20px;
    margin-left: auto;
  }
}

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

  .u-section-2 .u-text-1 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}