.guide-title .guide-title__picture {
  right: -21px;
  top: unset;
  bottom: -326px;
  max-width: 835px;
  width: 66%;
}

.guide-title .guide-title__title {
    font-size: 38px;
}

@media screen and (max-width: 1450px) {
    .guide-title .guide-title__text-content {
        max-width: 590px;
    }
}

@media screen and (max-width: 1200px) {
    .guide-title .guide-title__picture {
        top: 100px;
        bottom: unset;
        right: -80px;
        width: 70%;
    }
}

@media screen and (max-width: 1080px) {
    .guide-title .guide-title__picture {
        z-index: 5;
        right: 0px;
        width: 350px;
        bottom: -170px;
        top: unset;
        max-width: unset;
    }

    .guide-title .guide-title__title, 
    .guide-title .guide-title__text,
    .guide-title .guide-title__text-content {
        max-width: unset;
    }
}

@media screen and (max-width: 750px) {
    .guide-title .guide-title__picture {
        z-index: 0;
        left: calc(50% - 40px);
        transform: translate(-50%);
        bottom: -205px;
    }

    .guide-title .guide-title__title {
        font-size: 28px;
    }
}
