#icons-section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 2rem;
    flex-wrap: wrap;
    background: white;
}

#icons-section div {
    text-align: center;
    margin: .5rem;
}

#icons-section div i {
    color: #fd41a2;
}

@media screen and (max-width: 768px) {
    #icons-section > div {
        margin: 1rem;
    }
}