.first-screen {
    position: relative;
    min-height: 650px;
    height: 100svh;
    max-height: 900px;
    padding-bottom: 64px;
    padding-top: 100px;
}

.first-screen__background {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.first-screen__background img {
    width: 100%;
    height: 100%;
}

.first-screen__container {
    display: flex;
    height: 100%;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.first-screen__heading {
    max-width: 885px;
}

@media screen and (max-width: 1440.98px) {
    .first-screen__heading {
        max-width: 700px;
    }
}

@media screen and (max-width: 1024.98px) {
    .first-screen {
        min-height: 432px;
    }

    .first-screen__heading {
        max-width: 545px;
    }
}

@media screen and (max-width: 599.98px) {
    .first-screen {
        max-height: 800px;
    }

    .first-screen__heading {
        max-width: 327px;
    }
}