.setting-gap {
    font-family: "nunito-bold";
    width: 100%; 
    height: 92px; 
    justify-content: space-between; 
    align-items: center; 
    background-color: var(--color-blue-1-secondary);
}

.setting-gap .setting-action {
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: bold;
    color: var(--color-black);
}