.crb-wrapper-1457 {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
}

.crb-header-1457 {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.crb-eyebrow-1457 {
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.crb-h2-1457 {
    margin-bottom: 20px;
    font-weight: 600;
}

.crb-intro-1457 {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.6;
}

.crb-supporting-1457 {
    font-size: 1em;
    line-height: 1.6;
    opacity: 0.9;
}

.crb-main-image-1457 {
    margin-bottom: 40px;
}

.crb-main-image-1457 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 500px;
}

.crb-blocks-grid-1457 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

@media (min-width: 768px) {
    .crb-blocks-grid-1457 {
        flex-direction: row;
        align-items: stretch;
    }
}

.crb-block-1457 {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.crb-block-img-wrapper-1457 {
    margin: -20px -20px 20px -20px;
}

.crb-block-img-wrapper-1457 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.crb-block-content-1457 {
    flex-grow: 1;
}

.crb-block-title-1457 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: 600;
}

.crb-block-desc-1457 {
    line-height: 1.6;
}

.crb-connector-1457 {
    display: none;
}

@media (min-width: 768px) {
    .crb-connector-1457 {
        display: block;
        width: 20px;
        border-top: 2px dashed;
        align-self: center;
        opacity: 0.5;
    }
}

.crb-note-1457 {
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 40px;
    opacity: 0.8;
}

.crb-actions-1457 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.crb-actions-1457 a {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s;
}

.crb-actions-1457 a:hover {
    opacity: 0.9;
}

.crb-btn-secondary-1457 {
    background: transparent;
    border: 2px solid currentColor;
}
