.cooperation-title {
    text-align: center;
    font-size: 1.5em;
    margin: 2em 0 1em 0;
    color: #333;
    font-weight: 600;
}

.logo-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.logo-group:last-child {
    border-bottom: none;
}

.logo-group img {
    max-height: 50px;
    max-width: 150px;
    height: auto;
    width: auto;
    transition: transform 0.3s ease;
}

.logo-group img:hover {
    transform: scale(1.05);
}

.foreign-partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.foreign-partner span {
    font-weight: 500;
    color: #555;
}

