.profile-block-packages {
    .package {
        .description {
            font-size: .8rem;
        }

        .price {
            font-weight: bold;
            text-align: center;
            margin-top: 1rem;

            span {
                color: $danger;
            }
        }
    }
}