.section {
    margin: 20px 0;
    display: flex;  
    justify-content: center; 
    flex-direction: row;
    flex-wrap: wrap;
}



.section p {
    font-size: 1.2rem;
    text-align: justify;
    margin: 40px;
    min-width: 300px;
    max-width: 500px;
}

#ziade {
    width: 300px;
    border-radius: 15px;
}

h3 {
    text-align: center;
    font-size: 1.6rem;
    margin: 50px 0px;
    text-transform: uppercase;
}