.company-contact {
    font-size: 14px;
    line-height: 1.5;
    font-family: sans-serif;
    color: #333;
    padding: 20px;
}

.company-contact h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.company-logo {
    /* Додайте сюди стиль для логотипу компанії */
    margin-bottom: 20px;
}

.contact-contact {
    margin-bottom: 20px;
}

.contact-contact h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-contact ul {
    list-style: none;
    padding: 0;
}

.contact-contact li {
    margin-bottom: 5px;
}

.contact-contact strong {
    font-weight: bold;
}

.contact-contact a {
    color: #007bff;
    text-decoration: none;
}

.contact-contact a:hover {
    text-decoration: underline;
}

/* Додаткові стилі для кращої візуалізації */
.company-contact {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}

.company-logo {
    text-align: center;
}

.contact-contact {
    padding: 20px;
}