        @media (max-width: 768px) {
		    footer {
            flex-direction: column;
            align-items: center;
            }
            .footer-column {
                width: 100%;
                text-align: center;
                margin-bottom: 15px;
            }
        }
		
		footer {
			bottom: 0;
			width: 100%;
            background-color: #74A9DA;
            padding: 20px;
            color: white;
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            text-align: left;
        }

				
        .footer-column {
	        width: 25%;
            text-align: left;
            display: flex;
            flex-direction: column;
            align-items: center;
			line-height: 30px;
        }
        .footer-column img {
            width: 150px;
            height: auto;
            margin-bottom: 10px;
        }
        .footer-column a {
            color: white;
            text-decoration: none;
            display: block;
            margin: 5px 0;
        }
        .footer-column .social-icons img {
            width: 97px;
            height: 25px;
            margin-right: 10px;
        }
		.image-container {
			display: flex;
			justify-content: center;
			margin: 20px 0;
		}

		.image-container img {
			width: 100%;
			max-width: 1200px; /* Максимальна ширина зображення */
			height: auto;
			border-radius: 10px;
		}
