.spacer_xxl {
    margin-top: 172px;
}
.spacer_x {
    margin-top: 120px;
}
.spacer_68 {
    margin-top: 68px;
}
.spacer_60 {
    margin-top: 60px;
}
.spacer_200 {
    margin-bottom: 200px;
}
.spacer_100 {
    margin-bottom: 100px;
}
.spacer_84 {
    margin-bottom: 84px;
}
.spacer_64 {
    margin-bottom: 64px;
}
.spacer_48 {
    margin-bottom: 48px;
}
.spacer_40 {
    margin-bottom: 40px;
}
.spacer {
    margin-bottom: 32px;
}
.spacer_s {
    margin-bottom: 24px;
}
.spacer_16 {
    margin-bottom: 16px;
}
.spacer_ss {
}

@media (max-width: 768px) {
    .spacer_xxl {
        margin-top: calc(172px / 2);
    }
    .spacer_x {
        margin-top: calc(120px / 2);
    }
    .spacer_200 {
        margin-bottom: calc(200px / 2);
    }
    .spacer_100 {
        /* margin-bottom: calc(100px / 2); */
        margin-bottom: 60px;
    }
    .spacer_68 {
        margin-top: calc(68px / 2);
    }
    .spacer_60 {
        margin-top: calc(60px / 2);
    }
    .spacer_84 {
        margin-bottom: calc(84px / 2);
    }
    .spacer_64 {
        margin-bottom: calc(64px / 2);
    }
    .spacer_48 {
        margin-bottom: calc(48px / 2);
    }
    .spacer_40 {
        margin-bottom: calc(40px / 2);
    }
    .spacer {
        margin-bottom: calc(32px / 2);
    }
    .spacer_16 {
        margin-bottom: calc(16px / 2);
    }
    .spacer_s {
        margin-bottom: calc(24px / 2);
    }
}
.plan_name{
    font-size: 24px;
    line-height: 130%;
    text-decoration: none;
    font-style: italic;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 900;
    opacity: .5;
    padding-right: 3px;
    font-weight: bold !important;
    color: #fff;
}

.pricing-card__circle{
    position: absolute;
    width: 227px;
    height: 227px;
    left: 50%;
    top: -227px;
    border-radius: 50%;
    transform: translate(-50%);
    background: rgba(53, 230, 54, .4);
    filter: blur(100px);
}