.financing {
    background-color: var(--blue);
    padding: 46px 0 55px 0;
    position: relative;
}

.financing h2 {
    margin-top: 32px;
    margin-bottom: 0;
    color: var(--yellow);
}

.financing p {
    margin: 27px 0 45px 0;
    color: var(--white2);
}

.financing .wolf-img {
    background: url('../../../library/images/fi-bg.svg') bottom / contain no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    width: 812px;
    height: 100%;
}

.financing .wolf-img-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.financing .wolf-img-wrap img {
    position: absolute;
    bottom: -6px;
}

.fi-logos {
    display: flex;
    align-items: center;
    gap: 28px;
}

@media only screen and (max-width : 1399px) {
    .financing .wolf-img {
        width: 712px;
    }
}

@media only screen and (max-width : 1200px) {
    .financing .wolf-img {
        width: 550px;
    }
}

@media only screen and (max-width: 992px) {
	.fi-logos {
		justify-content: center;
	}
	
	.fi-logos img {
		max-height: 58px;
	}

    .financing .wolf-img,
    .financing .col-md-6 {
        width: 100%;
    }

    .financing .wolf-img {
        position: inherit;
        background-size: 108%;
        background-position: bottom;
        height: 300px;
    }

    .financing .wolf-img-wrap {
        height: 100%;
    }

    .financing .wolf-img-wrap img {
        position: inherit;
        max-height: 250px;
        margin-bottom: -10px;
    }

    .financing {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        padding: 0;
    }

    .financing .text {
        padding: 64px 15px;
    }
}

@media only screen and (max-width: 400px) {
	.fi-logos{
		gap:20px;
	}
}

@media only screen and (max-width: 370px) {
    .fi-logos img {
        max-height: 44px;
    }
}