.ipromo-contacts-section {
    background: #f5f4f0;
    border-radius: 1rem;
    padding: 1.875rem;
}

.ipromo-contacts-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3.25rem;
    align-items: start;
}

@media (max-width: 960px) {
    .ipromo-contacts-layout {
        grid-template-columns: 1fr;
    }
}

.coitem {
    background: #fff;
    border: 0.0625rem solid #e2e0dd;
    border-radius: 0.875rem;
    padding: 1.25rem;
    display: flex;
    gap: 0.8125rem;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.coic {
    width: 2.5rem;
    height: 2.5rem;
    background: #fff3ee;
    border-radius: 0.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0625rem;
    flex-shrink: 0;
}

.colbl {
    font-size: 0.5625rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    color: #7a7a7a;
    margin-bottom: 0.1875rem;
}

.coval {
    font-family: 'Unbounded', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.4;
}

.coval a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s;
}

.coval a:hover {
    color: #ff5a00!important;
}
