.footer-brand a {
    color: #25D366;
    font-size: 22px;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-brand a:hover {
    transform: scale(1.1);
}

.footer-brand img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.footer-brand span {
    color: #fff;
    font-size: 14px;
}

.footer-brand a {
    color: orange;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.footer-brand a:hover {
    text-decoration: underline;
}