/* your styles go here */
.imgBox{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 300px;
    margin-top: 60px;

}
.imgBox .ewm{
    height: 160px;

}
.downLoad{
    height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.downLoad img{
    height:50px;
    cursor: pointer;


}