.blue-title-block .blue-title-block__bg {
    position: absolute;
    z-index: -1;
    top: -70px;
    right: -100px;
    width: 980px;
    height: auto;
    max-width: unset;
} 

.blue-title-block .blue-title-block__title-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(273.83deg, #A8CBF4 -32.38%, rgba(255, 255, 255, 0) 97.09%);
}

.blue-title-block .blue-title-block__book-img {
    transform: translateY(5%);
}

@media screen and (max-width: 1120px) {
    .blue-title-block .blue-title-block__bg {
        top: unset;
        bottom: -50px;
        right: 0;
    }
}

@media screen and (max-width: 450px) {
    .blue-title-block .blue-title-block__book-block {
        top: calc(100% - 80px);
    }
}
