.first-screen-2 {
    max-height: 900px;
}


.first-screen-2__container,
.first-screen-2__wrapper,
.first-screen-2__image {
    height: 100%;
    min-height: fit-content;
}


.first-screen-2__wrapper {
    display: flex;
}

.first-screen-2__label {
    flex-basis: 716px;
    flex-grow: 1;
    padding: 30px 100px 30px 0;
}

.first-screen-2__content {
    flex-basis: 824px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.first-screen-2__image {
    display: flex;
    margin-right: -30px;
}

.first-screen-2__heading {
    margin-right: -30px;
    height: 60%;
    background: #00519b;
    padding: 30px 30px 30px 24px;
    min-height: fit-content;
}

.first-screen-2__image img {
    max-height: 370px;
}

@media screen and (max-height: 1199.98px) {
    .first-screen-2__label {
        flex-basis: 396px
    }

}

@media screen and (max-width: 1024.98px) {
    .first-screen-2 {
        min-height: fit-content;
        height: fit-content;
    }
    .first-screen-2__label {
        display: none;
    }
    .first-screen-2__content {
        flex-basis: 100%;
        width: 100%;
    }

    .first-screen-2__container {
        padding: 0;
    }

    .first-screen-2__image,
    .first-screen-2__heading {
        margin-right: 0;
    }

    .first-screen-2__heading {
        height: 100%;
    }

    .first-screen-2__heading {
        padding: 30px 24px 30px 24px;
    }

    .first-screen-2__image img {
        max-height: 300px;
    }

}
@media screen and (max-width: 599.98px) {
    .first-screen-2 {
        max-height: 800px;
    }

    .first-screen-2__image img {
        min-height: 353px;
        max-height: 100%;
    }

    .first-screen-2__heading {
        padding: 30px 24px 35px 24px;
    }

}


