h1{
    font-family: sans-serif;
    text-align: center;
    
}
.allp p{text-align: center;}
p img{
    width: 33%;
    height:auto;
}
@media only screen and (max-width:425px){p img{width: 50%;}}
@media screen and (max-width:800px){p img{width: 50%;}}

@media (max-width: 1024px){
.sotum-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
.sotum-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}