.blur-bg--blue {
    position: absolute;
    width: 934.383px;
    height: 759.187px;
    flex-shrink: 0;
    border-radius: 934.383px;
    border: 1px solid #000;
    opacity: 0.3;
    background: #5317FF;
    mix-blend-mode: screen;
    filter: blur(324.5634765625px);
    z-index: -1;
    right: -200px;
    top: -100px;

}

.testimonials__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0px 0 60px 0;
}

.testimonials-header__title {
    font-size: 120px;
    font-weight: 700;
    line-height: 96px;
}

.testimonials-header__button.button--rainbow span {
    background: #130b31;
}

.testimonials__services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 160px;
}

.testimonials__services .button {
    display: none;
}

.services__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 437px;
    width: 100%;
    border-radius: 12px;
    background: #19161C;
    padding: 32px;
}

.services__card:last-child {
    margin-right: 0;
}

.services__card img {
    max-width: 100%;
    height: 37px;
    margin-bottom: 32px;
}

.services__card p {
    margin-bottom: 31px;
    font-family: "Helvetica Neue", sans-serif;
    line-height: 28.8px;
}

.services__card a {
    color: #19FB9B;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-top: auto;
}

.modal .form textarea {
    padding-left: 16px;
}

.blur-bg {
    width: 600px;
    height: 400px;
    position: absolute;
    top: 40px;
    right: -14%;
    left: unset;
    background: #5317FF;
}

.blur-bg-small {
    top: unset;
    bottom: 0;
}

@media only screen and (max-width: 1199px) {
    main.container {
        max-width: 100%;
    }

    .testimonials-header__title {
        font-size: 96px;
    }

    .testimonials__services {
        grid-template-columns: 1fr 1fr;
    }

    .services__card {
        max-width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .testimonials {
        padding: 0 12px;
    }

    .testimonials__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .testimonials__header .button {
        /*display: none;*/
        margin-bottom: 30px;
        width: 100%;
    }

    .testimonials__services {
    }

    .testimonials__services .button {
        display: flex;
        margin-top: 40px;
    }

    .services__card {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .slider {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .title {
        font-size: 32px;
        line-height: 1.2;
    }

    .testimonials__header {
        margin-bottom: 0;
    }
    main.container {
        max-width: 100%;
    }

    .testimonials-header__title {
        font-size: 96px;
    }

    .testimonials__services {
        display: flex;
        overflow-x: scroll;
        padding-bottom: 12px;
    }

    .testimonials__services::-webkit-scrollbar {
        background-color: rgba(147, 147, 147, 0.15);
        width: 5px;
        height: 5px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .testimonials__services::-webkit-scrollbar-button {
        display: none;
    }

    .testimonials__services::-webkit-scrollbar-thumb {
        background-color: rgba(184, 68, 255, 0.3);
    }

    .services__card {
        width: 437px;
        flex-shrink: 0;
    }
}