/* Social Row Component */
.social-row {
    background: var(--color-orange);
    padding: 40px;
    border-radius: 20px;
    row-gap: 30px;
}