

.contacte .info{
    flex-direction: column;
    justify-self: center;
    align-items: center;
}
.contacte .info p{
    font-size: 1.5vmin;
    margin-top: 2vmin;
}
.contacte .info button{
    height: fit-content;
    align-self: center;
    margin-top: 2vmin;
}

.contacte .info i{
    padding-right: 1vmin;
}