.direitoleft{
      float: left;
  }
  .direitoright{
      float: right;
  }
.u-section-1 .u-sheet-1 {
  min-height: 500px;
}

.u-section-1 .u-custom-php-1 {
  width: 1140px;
  min-height: 329px;
  height: auto;
  margin: 60px auto;
}

@media (max-width: 1199px) {
  .u-section-1 .u-custom-php-1 {
    width: 940px;
  }
}

@media (max-width: 991px) {
.direitoleft{
      float: left;
  }
  .direitoright{
      float: right;
  }
  .u-section-1 .u-custom-php-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
        .direitoleft{
      float: none;
  }
  .direitoright{
      float: none;
  }
  .u-section-1 .u-custom-php-1 {
    width: 540px;
  }
}

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