.section.section__no-services {
    padding: 0;
    margin-bottom: 120px;
    position: relative;
    z-index: 1040;
}
@media screen and (max-width: 1024px) {
    .section.section__no-services {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 460px) {
    .section.section__no-services {
        margin-bottom: 60px;
    }
}
.no-services__container {
    max-width: 1170px;
}
.no-services__wrapper {
    padding: 42px;
    border-radius: 12px;
    border: 1px solid #27F5D1;
    background: linear-gradient(271deg, rgba(136, 1, 219, 0.00) 9.37%, rgba(136, 1, 219, 0.60) 94.5%), rgba(6, 3, 12, 0.40);
    position: relative;
}
.no-services__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}
.no-services__title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 114%;
    flex: 1;
    text-align: left;
}
.no-services__content {
    flex: 1;
}
.no-services__content p {
    color: #FFF;
    font-size: 16px;
    line-height: 128%;
    letter-spacing: 0.16px;
}
.no-services__btns {
    margin-top: 24px;
}
.no-services__btns .no-services__btns {
    padding: 13px 24px;
    max-width: 100%;
    width: 232px;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.14px;
    border: none;
}
@media screen and (max-width: 991px) {
    .no-services__title {
        font-size: 41px
    }
}
@media screen and (max-width: 767px) {
    .no-services__row {
        flex-wrap: wrap;
        gap: 16px;
    }
    .no-services__title {
        font-size: 36px;
        flex-basis: 100%;
    }
    .no-services__wrapper {
        max-width: 476px;
        padding: 32px 24px;
        margin: 0 auto;
    }
    .no-services__content {
        flex-basis: 100%;
    }
    .no-services__btns {
        margin-top: 16px;
    }
    .no-services__btns .no-services__btns {
        width: 100%;
    }
}