main {
    margin-top: 15px;
}



.hero__content {
    max-width: 900px;
}

@media (min-width: 768px) {
    .hero__text {
        backdrop-filter: blur(8.199999809265137px);
    }
    .hero__container {
        grid-template-columns: 1fr;
    }
    .hero__image img,
    .hero__image svg {
        position: absolute;
        bottom: 0;
        z-index: 9;
        width: 650px;
        right: 0;
    }
}
@media (max-width: 768px) {
    h3.solution__bottom-title {
        text-align: center;
    }
    .workflow__benefits-col li {
        padding-left: 30px;
    }
    .workflow__benefits-col li::before {
        left: 0px;
    }
    .solution .workflow__benefits-col li::before {
        width: 18px;
        height: 18px;
    }
    .price-card__block {
        height: auto;
    }
    .price--bottom {
        height: auto;

    }
    #overlay-modal-library-1 .modal-content__feedback-footer ,
    #overlay-modal-library-price1 .modal-content__feedback-footer ,
    #overlay-modal-library-price .modal-content__feedback-footer {

        height: 500px !important;
        overflow-y: auto !important;
    }
}