.contact__page-item {
    height: auto; /* Allow height to adjust based on content */
    width: 100%; /* Full width for responsiveness */
    text-align: center; /* Center text */
    padding: 15px; /* Add padding */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better visibility */
    border-radius: 8px; /* Optional: Rounded corners */
    background-color: #fff; /* Optional: Background color */
}

    .contact__page-item img{
        margin-left: 150px;
    }

    .contact-icon {
        max-width: 100%; /* Make images responsive */
        height: auto; /* Maintain aspect ratio */
        margin-bottom: 10px; /* Space between image and text */
    }

@media (max-width: 768px) {
    .contact__page-item {
        margin-bottom: 20px; /* Space between items on mobile */
    }
}
