.Beauty_services_card{
    position: relative;
    
   
    border: 1px solid rgb(253,179,222);
    background-color: rgb(254,237,249);
    border-radius: 10px;
    height: 120px;
    width: 80%;
}
.Exclusive_heading>h2{
    font-size: 30px;
}
.Exclusive_image_div{
    background: url("https://dn6g7abak8oqz.cloudfront.net/Images/beautycare/Beutysaloonnewcompimage/beutycompmiddleimg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.Beauty_services_card:hover{
    color: white;
    cursor: pointer;
    background-color: rgb(198, 71, 141);
}
.beauty_services_card_icon>img{
    position: absolute;
    right: 86%;
}
.card_opp .beauty_services_card_icon>img{
    position: absolute;
    left: 86%;
    right: 0;
}
.beauty_services_card_content>h3{
    font-size: 20px;
    
}

.beauty_services_card_content>p{
    font-size: 13px;
    
}
@media(max-width:480px){
    
}