.cta-box-f81fa518 {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.cta-box-f81fa518 .cta-icon-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.cta-box-f81fa518 .cta-icon-wrapper svg {
    display: block;
    fill: currentColor;
}

.cta-box-f81fa518 .cta-title {
    margin: 0 0 15px 0;
    font-family: inherit;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
}

.cta-box-f81fa518 .cta-description {
    margin: 0 0 25px 0;
    font-family: inherit;
    font-size: 1.1rem;
    line-height: 1.5;
}

.cta-box-f81fa518 .cta-btn-wrapper {
    display: inline-block;
}

.cta-box-f81fa518 .cta-btn {
    display: inline-block;
    font-family: inherit;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-box-f81fa518 .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    opacity: 0.95;
}
