.movement{
    box-shadow: #290707 0px 0px 20px;
    border-radius: 0.45rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background: white;
    padding-bottom: 0.3rem;
}
.movement h2{
    width: 100%;
    text-align: center;
    margin-left: 0;
    color: black;
    font-weight: 600;
}
.movement img{
    width: 90%;
    margin-left: 5%;
    margin-top: 0.5rem;
    border-radius: 0.8rem;
}

@media (min-width:1200px){
    /*.movement img{*/
        /*height: 8rem;*/
    /*}*/
    .movement .p3{
        height: 14rem;
    }
}
@media (max-width:1200px){

}
@media (max-width:996px){

}
@media (max-width:766px) {
   .movement{
       width: 90%;
       margin-left: 5%;
   }
}