.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb img {
    width: auto;
    height: auto;
    position: relative;
    bottom: 2px;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #c0392b;
    text-decoration: underline;
}

.contact-info {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    padding: 40px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.contact-info h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    color: #c0392b;
}

.contacts {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: center;
}

.contacts-logo img {
    width: 100px;
    height: auto;
}

.contacts-text {
    font-size: 24px;
    margin-left: 50px;
}

.contacts-text ul {
    margin-bottom: 8px;
}

.contact-info a {
    color: #6ab0ff;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info a:hover {
    color: #ff6b6b;
    text-decoration: underline;
}
