.block-cta-person {
    background-color: #E7E7E7;
}

.block-cta-person__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px;
    gap: 30px;
}

.block-cta-person__title {
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    margin: 0;
}

.block-cta-person__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.block-cta-person__avatar {
    width: 52px;
    height: 52px;
    border-radius: 100px;
    object-fit: cover;
}

.block-cta-person__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    text-decoration: none;
    border-radius: 100px;
}

.block-cta-person__button:hover {
    opacity: 0.85;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .block-cta-person__inner {
        padding: 60px 24px;
    }

    .block-cta-person__title {
        font-size: 36px;
    }

    .block-cta-person__button {
        font-size: 18px;
        padding: 10px 24px;
    }
}
