.animationdev-product{
    display:flex;
    gap:40px;
    max-width:1400px;
    margin:40px auto;
}

.animationdev-left{
    width:70%;
}

.animationdev-right{
    width:30%;
}

.animationdev-preview-box{
    width:100%;
    background:#f7f7f7;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:30px;
}

.animationdev-description{
    margin-top:30px;
}

.animationdev-right h1{
    margin-top:0;
}

.animationdev-preview-btn{
    margin:25px 0;
}

@media(max-width:991px){

.animationdev-product{
    display:block;
}

.animationdev-left,
.animationdev-right{
    width:100%;
}

}