.description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.description span{
    padding: 10px 0px;
    max-width: 80%;
}

.where{
    display: flex;
    justify-content: center;
}

.where img{
    width: 40%;
    border: 2px solid white;

    margin: 10px 0px;
}

.logo-presentation{
    display: flex;
    justify-content: center;
}

.logo-presentation img{
    max-width: 80%;
}

@media screen and (max-width: 700px) {
    .where img{
        width: 90%;
    }
}