.topic-image-text--contact-information-financial,
.topic-image-text--contact-information-sac,
.topic-image-text--contact-information-comercial {
    .topic-image-text--caption {
        color: var(--grey);
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5rem;
    }
    .topic-image-text--secondary-caption {
        color: var(--grey);
        font-family: var(--font-family-poppins);
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 1.5rem;
        span {
            display: flex;
            gap: 0.438rem;
            align-items: center;
        }
    }
}