html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.u-section-1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('images/freepik__adjust__4344.png');
    min-height: 90%;
}

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

.u-section-1 .u-text-1 {
    margin: 106px 314px 0 0;
}

.u-section-1 .u-text-2 {
    margin: 62px 314px 60px 0;
}

.u-section-1 .u-btn-1 {
    background-image: none;
    color: rgba(0, 0, 0, 0);
    font-weight: 700;
    padding: 0;
}

@media (max-width: 1199px) {
    .u-section-1 {
        background-position: 50% 50%, 50% 100%;
        background-size: cover, cover;
    }

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

    .u-section-1 .u-text-1 {
        margin-top: 60px;
        margin-right: 114px;
    }

    .u-section-1 .u-text-2 {
        width: 826px;
        margin-right: 114px;
    }
}

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

    .u-section-1 .u-text-1 {
        margin-right: 0;
    }

    .u-section-1 .u-text-2 {
        width: 720px;
        margin-right: 0;
    }
}

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

    .u-section-1 .u-text-2 {
        width: 540px;
    }
}

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

    .u-section-1 .u-text-2 {
        width: 340px;
    }
}