.u-section-2 {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../img/evacuator1.png");
    background-position: 50% 50%;
}
.u-section-2 .u-sheet-1 {
    min-height: 100vh;
}
.u-section-2 .u-text-1 {
    font-weight: 400;
    font-size: 6rem;
    width: 800px;
    text-shadow: 0 -2px 8px rgba(128,128,128,1);
    margin: 224px auto 0;
}
.u-section-2 .u-text-2 {
    font-weight: 400;
    font-size: 6rem;
    width: 800px;
    text-shadow: -2px 0 8px rgba(128,128,128,1);
    margin: -21px auto 0;
}
.u-section-2 .u-btn-1 {
    border-style: none;
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: 1px;
    margin: 10px auto 60px;
    padding: 20px 44px;
}
@media (max-width: 1199px) {
    .u-section-2 .u-text-1 {
        position: relative;
    }
}
@media (max-width: 991px) {
    .u-section-2 .u-text-1 {
        width: 720px;
    }
    .u-section-2 .u-text-2 {
        width: 720px;
    }
}
@media (max-width: 767px) {
    .u-section-2 .u-text-1 {
        font-size: 3.75rem;
        width: 540px;
    }
    .u-section-2 .u-text-2 {
        font-size: 3.75rem;
        width: auto;
        margin-top: -2px;
        margin-left: 0;
        margin-right: 0;
    }
    .u-section-2 .u-btn-1 {
        margin-top: -9px;
    }
}
@media (max-width: 575px) {
    .u-section-2 .u-sheet-1 {
        min-height: 578px;
    }
    .u-section-2 .u-text-1 {
        width: 340px;
    }
    .u-section-2 .u-text-2 {
        font-size: 3rem;
        margin-top: 0;
    }
    .u-section-2 .u-btn-1 {
        font-size: 1.875rem;
        margin-top: 0;
        margin-bottom: 52px;
        margin-left: -20px;
        padding-left: 21px;
        padding-right: 21px;
    }
}