
#div1 {
    width: 15rem;
cursor: pointer;
transition: all 0.6s;
}

#div1 img:hover {
position: absolute;
/*bottom: 15rem;*/
transform: scale(2.5);
}




.right{
    width: 97%;
    min-height: 550px;
    padding: 10px 0 0 10px;
}
.right .rig_title{
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
    background:white;
}
.right .rig_cont{
    background:white;
    width: 100%;
    height: 550px;
    padding: 10px 20px 55px;
    margin-top: 10px;
    margin-bottom:55px ;
    position: relative;
}

.first_order_pag{
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.5);
    padding: 0 20px;
    background: white;
    line-height: 50px;
}
