
.full_full{
    background-color: var(--common-blue);

}
.full_full:hover{
    background-color: var(--color-yellow);
}
.height_100{
    height: 100vh;
    background-repeat: no-repeat;
}
.em_card_img1{
   
    width: 200px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    z-index: 99;
}
.em_card{
    background-color: var(--color-yellow);
    border-radius: 15px;
    overflow: visible;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.color_change2{
    background-color: var(--common-blue);
    border-radius: 0px 0px 15px 15px;
}
.hr_h{
    height: 2px;
    border: none;
    margin: 10px 0px;
    background-color: var(--color-white);
    opacity: 1;
}
.em_card_img1{
    margin-top: -7rem;
    
}
.hand_img{
    position: absolute;
    right:0px;
    bottom: 0px;
    width: 470px;
}
@media screen and (max-width: 1800px){
    .hand_img{
     
        width: 410px;
    }
}
@media screen and (max-width: 1600px){
    .hand_img{
     
        width: 300px;
    }
}
@media screen and (max-width: 1400px){
    .hand_img{
     
        display: none;
    }
}
@media screen and (max-width: 1200px){
    .hand_img{
     
        width: 180px;
    }
}
@media screen and (max-width: 768px){
    .height_100{
    height: 100%;}
    .margin_cust{
        margin-top: 6rem !important;
    }
}
@media screen and (max-width: 568px){
    .em_card_img1 {
        width: 150px;
    }
    .color_change2 h3{
        font-size: 22px;
    }
}