/*
Theme Name: Hello Child
Template: hello-elementor
Version: 1.0
*/

/* Custom CSS */


.pricing-price{
    font-family: Poppins;
    font-weight: 700;
    font-size: clamp(30px,3vw,60px) !important;
    line-height: 1.2;
    color: #fff;
    text-align: center;
        margin: 0;
}
.pricing-price .pr-sm{
    font-size: clamp(18px,1.2vw,20px);
    font-weight: normal;
    color: #FFFFFFE5;
}