.first-screen__title-wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

img.first-screen__partner-img {
    position: absolute;
    top: -50px;
    right: -55px;
    width: 170px;
    height: auto;
}

.first-screen__text {
    max-width: 900px;
    width: 100%;
}

@media screen and (max-width: 1350px) {
    img.first-screen__partner-img {
        width: 136px;
        top: -41px;
    }
}

@media screen and (max-width: 820px) {
    img.first-screen__partner-img {
        top: -50px;
        right: -30px;
    }
}

@media screen and (max-width: 750px) {
    img.first-screen__partner-img {
        top: -48px;
        right: -28px;
        width: 125px;
    }
}

@media screen and (max-width: 620px) {
    img.first-screen__partner-img {
        top: 66px;
        right: calc(50% - 110px);
        transform: translateX(50%) rotate(-20deg);
    }

    .first-screen__title {
        margin-bottom: 40px;
    }
}
