.webchr-content__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 1fr);
    gap: 2rem;
    align-items: center;
}

.webchr-content__title {
    margin: 0 0 1rem;
    font-size: 2rem;
}

.webchr-content__text {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.webchr-content__button {
    display: inline-flex;
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
}

.webchr-content__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 720px) {
    .webchr-content__inner {
        grid-template-columns: 1fr;
    }
}

/* webchr-builder:generated:start */

/* webchr-builder:generated:end */
