.pricing-container{
    background-image: url('../assets/images/pricing.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.pricing-body{
    /* background: rgb(7,152,255);
    background: linear-gradient(180deg, rgba(7,152,255,1) 0%, rgba(198,217,59,1) 100%); */
    min-height: 320px;
}


/* @media screen and (max-width: 1600px){
} */