.pricing {
    padding: 120px 0;
}

.pricing__wrap {
    text-align: center;
}

.pricing__inner {
    padding-bottom: 48px;
}

.pricing__title {
    margin-bottom: 24px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    color: #1d1d26;
    text-align: center;
}

.pricing__text {
    display: block;
    max-width: 560px;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    font-size: 16px;
    line-height: 24px;
    color: var(--se-text-color);
    text-align: center;
}

.pricing__btn {
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    background-color: #1863fd;
    border-radius: 5px;
    transition: .24s;
}

.pricing__btn:hover,
.pricing__btn:active {
    text-decoration: none;
}

.pricing__btn:hover {
    background-color: #3f7dfe;
}

.pricing__btn:active {
    background-color: #054de0;
}

@media screen and (max-width: 1199px) {
    .pricing {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pricing__inner {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pricing__btn {
        display: none;
    }

    .pricing__inner {
        padding-bottom: 0;
    }

    .pricing {
        padding-bottom: 30px;
    }

    .pricing__title {
        padding-right: 0;
        padding-left: 0;
        font-size: 26px;
        line-height: 32px;
        text-align: left;
    }

    .pricing__text {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
}
