.absolar-social-icon {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
}

.absolar-social-icons-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .absolar-social-icon {
        width: 50px;
        height: 50px;
    }

    .absolar-social-icons-row {
        justify-content: center;
    }
}