#discord {
    background:#3e4bd3;
    border-radius:15px;
    color:white;
    overflow:hidden;
}
#discord svg {
    display:block;
    transform:translateY(2px) rotate(0deg) !important;
}

#discord .section-2 { background:#5865f2; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; align-items: flex-start !important; }
#discord .discord-title { flex: 0 0 100%; margin-bottom: 8px; }
