.footer-background {
    background: url(/assets/image/banner/footerrepeatbg.jpg) repeat-x;
    height: 50px;
}

.footer-section h5,
.footer-section p {
    text-align: left;
    padding: 0 10px;
}

.socialIcons {
    display: flex;
    gap: 30px;
}

.socialIcons a {
    font-size: 28px;
    transition: 0.3s;
}

/* Instagram */
.socialIcons a:nth-child(1) {
    color: #E1306C;
}

/* Facebook */
.socialIcons a:nth-child(2) {
    color: #1877F2;
}

/* WhatsApp */
.socialIcons a:nth-child(3) {
    color: #25D366;
}

.socialIcons a:hover {
    transform: scale(1.2);
}