.main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
    max-width: 3500px;
}

.main img{
    width: 33%;
    height: auto;
    margin-bottom: 20px;
}

.main a{
    text-decoration: none;

}
/* .img1 {
    display: flex;
    flex-direction: column;
} */

@media only screen and (max-width: 576px) {
    .img1 {
        display: flex !important;
        flex-direction: column !important;
    }
}