.plan {
    &__price {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        &__currency {
            font-size: 1.2em;
            font-weight: bold;
            display: flex;
            align-items: flex-start;
            margin-top: -0.5em;
        }
        &__amount {
            font-weight: bold;
            font-size: 2.5em;
            line-height: 1;
        }
        &__interval {
            font-size: 1.1em;
            display: flex;
            align-items: flex-end;
            margin-left: 0.2em;
        }
    }
}