*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
.conteiner{
    max-width: 1226px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
img{
    border-radius: 100px;
    border: none;
    width: 35px;
    display: flex;
    justify-content: space-around;
}
.p{
display: flex;
justify-content: space-around;
}