body {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.container-box {
    width: 392px;
    box-shadow: 2px 2px 30px rgba(0,0,0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 20px;

}

.slide-img {
   
    height: 540px;
    width: 392px;
}



.detail-box{
    
        max-width: 272px;
        position: relative;
        margin: auto;
        text-align: center !important;
        padding-top: 100px;

}

.custom-services {
    padding: 15px;    
}

.custom-services img {
    width:114px;
    height:96px;      
}





