*{
    background-color: #FAEBD7
}
.col{

    flex-basis: 25%;
    text-alignn: center;
    overflow: hidden;
    border-radius: 5px;

}
.col img{

    width: 200px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow:2px 2px 2px 2px grey;
}
.col:hover img{
     transform: scale(1.1);
}