/* [class*='__container'] {
    max-width: 73.125rem;
    margin: 0 auto;
    padding: 0 0.938rem;
} */

/* [class*='-img'] {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 0.5rem;
    border: none;
    background: rgba(255, 255, 255, 0.4);
} */

section {
    margin-bottom: 2rem;
}


[class*='__title'] {
    font-size: 2.3rem;
    font-variant: small-caps;
    line-height: 1.22;
    font-weight: 700;
    color: var(--steps-title);
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.02em;
}


[class*='-btn'] {
    background: #3b7c4a;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: background 0.3s;
}