.ipromo-about-section {
    background: #fff;
    border-radius: 1rem;
    padding: 1.875rem;
    margin-top: 2.5rem;
    border-bottom: 8rem solid #f5f4f0;
    box-sizing: border-box;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ipromo-about-desc {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1.8;
    max-width: 50rem;
    margin-bottom: 2rem;
}

.ipromo-team-box {
    display: grid;
    grid-template-columns: 11.25rem 1fr;
    gap: 2.25rem;
    align-items: start;
    background: #f9f8f6;
    border: 0.0625rem solid #e2e0dd;
    border-radius: 0.875rem;
    padding: 1.75rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .ipromo-team-box {
        grid-template-columns: 1fr;
    }
}

.ipromo-team-photo-placeholder {
    width: 11.25rem;
    height: 11.25rem;
    background: #fff;
    border: 0.0625rem solid #e2e0dd;
    border-radius: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
}

.ipromo-team-name {
    font-family: 'Unbounded', sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.ipromo-team-role {
    font-size: 0.6875rem;
    color: #ff5a00;
    font-weight: 500;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
}

.ipromo-team-bio {
    font-size: 0.8125rem;
    color: #7a7a7a;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.ipromo-btn-tg {
    display: inline-flex;
    align-items: center;
    gap: 0.4375rem;
    background: #2AABEE;
    color: #fff;
    padding: 0.6875rem 1.25rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s, transform .15s;
    text-decoration: none;
}

.ipromo-btn-tg:hover {
    background: #1a8dc7;
    transform: translateY(-0.0625rem);
}

.ipromo-requisites {
    font-size: 0.8125rem;
    color: #7a7a7a;
    line-height: 1.6;
}

.btn-max {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #c82aee;
    color: #fff;
    padding: 0.6875rem 1.25rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    text-decoration: none;
}

.btn-max:hover {
    background: #9420b0;
    transform: translateY(-1px);
    color: #fff;
}