.guide-title .guide-title__text {
    max-width: 505px;
}

@media screen and (max-width: 1450px) {
    .guide-title .guide-title__picture {
        top: -135px;
    }
}

@media screen and (max-width: 1200px) {
    .guide-title .guide-title__picture {
        top: -110px;
        right: -110px;
    }
}

@media screen and (max-width: 1080px) {
    .guide-title .guide-title__picture {
        top: -97px;
        right: -7px;
        width: 511px;
        z-index: 2;
    }
}

@media screen and (max-width: 750px) {
    .guide-title .guide-title__picture {
        bottom: -340px;
        top: unset;
        right: calc(50% + 130px);
        transform: translateX(50%);
        width: 511px;
        z-index: 0;
    }
}
