*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
.all-contact{
    background-color: aliceblue;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 70px;
}
.contact{
    width: 50%;
}
.contact-icon{
     background: -webkit-linear-gradient(315deg, #1e30f3 0%, #e21e80 100%);
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    padding-top: 12px;
    margin-top: 40px;
}
@media (max-width:620px) {
    .contact{
    width: 90%;
}
}