/* Resize social media icons to 40px */
.bottom-social i,
.bottom-social img {
    font-size: 40px !important; /* For font-based icons */
    width: 40px !important; /* For image-based icons */
    height: 40px !important; /* Set height for image-based icons */
    display: inline-block; /* Ensure they display correctly */
}