.lirt {
    background-color: var(--blue);
    position: relative;
}

.lirt h2 {
    color: var(--yellow);
}

.lirt p {
    color: var(--white);
    margin: 20px 0;
    max-width: 552px;
}


.lirt .wolf-img {
    background: url('../../../library/images/text-image-bg.svg') bottom / cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 650px;
    height: 100%;
}

.lirt .wolf-img-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.lirt .wolf-img-wrap img {
    position: absolute;
    bottom: -15px;
}

.lirt .text {
    padding: 113px 0;
}

@media only screen and (min-width: 1600px) {
    .lirt .wolf-img {
        width: 850px;
    }

    .lirt .text {
        padding: 140px 0;
    }
}

@media only screen and (max-width: 1399px) {
    .lirt .wolf-img {
        background-size: contain;
        background-position: right;
    }

    .lirt .text {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 1299px) {
    .lirt .wolf-img {
        width: 500px;
    }
}

@media only screen and (max-width: 992px) {

    .lirt .wolf-img,
    .lirt .col-md-6 {
        width: 100%;
    }

    .lirt .wolf-img {
        position: inherit;
        background-size: 108%;
        background-position: bottom;
        height: 300px;
    }

    .lirt .wolf-img-wrap {
        height: 100%;
    }

    .lirt .wolf-img-wrap img {
        position: inherit;
        max-height: 250px;
        margin-bottom: -10px;
        margin-left: -25px;
    }

    .lirt {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }

    .lirt .text {
        padding: 40px 0;
    }

    .lirt p {
        margin: 20px auto;
    }
}

@media only screen and (max-width: 767px) {
    .lirt .text {
        padding: 50px 0 64px 0;
    }
}