.info{
    background: whitesmoke;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 90%;
    margin-top: 3%;
    margin-bottom: 3%;
    overflow: auto;
}
.info img{
    width: 100%;
}