.eb-0a98a334-wrapper {
    background-color: #fdc82f;
    padding: 32px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.eb-0a98a334-inner {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.eb-0a98a334-eyebrow {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #002c77;
    margin: 0;
}
.eb-0a98a334-h3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #002c77;
    margin: 4px 0 0 0;
}
.eb-0a98a334-body {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #002c77;
    max-width: 600px;
    margin: 12px 0 0 0;
    line-height: 1.5;
}
.eb-0a98a334-cta {
    margin-top: 16px;
    background-color: #ff5800;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    width: 320px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s, opacity 0.3s;
}
.eb-0a98a334-cta:hover {
    opacity: 0.9;
    color: #ffffff;
}
.eb-0a98a334-cta i {
    margin-right: 8px;
    font-size: 20px;
}
.eb-0a98a334-microcopy {
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    color: #002c77;
    margin: 12px 0 0 0;
}