.info-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-block: 4.15rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    background: var(--background-elevated);
}

.info-box--inline {
    flex-direction: row;
    flex-wrap: wrap;
}

.info-box__cta {
    color: var(--primary-color);
    font-family: Onest;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
}

.info-box__title {
    color: #000;
    font-family: Onest;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
}

.info-box__body {
    color: var(--text-normal);
    font-family: Onest;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
}