
#wu_pricing_section{
    position: relative;
    padding-top: 30px;
    padding-bottom: 150px;
    background: #DACBE8;
}
#wu_pricing_title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 50px;
}
#wu_pricing_img{

}
#wu_pricing_img img{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(80px 114px 56px rgba(0, 0, 0, 0.01)) drop-shadow(45px 64px 47px rgba(0, 0, 0, 0.05)) drop-shadow(20px 29px 35px rgba(0, 0, 0, 0.09)) drop-shadow(5px 7px 19px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}
#wu_pricing_text1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

/* -- Mob-l -- */
@media (min-width: 500px)and (max-width: 767px) {
    #wu_pricing_img img {
        width: 60%;
        margin-bottom: 40px;
    }
}

/* -- Mob-s-- */
@media (min-width: 200px) and (max-width: 499px) {
    #wu_pricing_text1{
        font-size: 18px;
    }
    #wu_pricing_img img {
        width: 60%;
        margin-bottom: 40px;
    }
}