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

.u-section-1 .u-text-1 {
  text-align: center;
    width: 100%;
    font-size:4.5rem;
    text-transform:uppercase;
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
  min-height: 400px;
}

.u-section-1 .u-text-1 {
  text-align: center;
    width: 100%;
    font-size:4rem;
    text-transform:uppercase;
}

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

.u-section-1 .u-text-1 {
  text-align: center;
    width: 100%;
    font-size:3rem;
    text-transform:uppercase;
}

}
