.o-box {
    display: block;
    padding: 20px;

    &--gray {
        background-color: $color--gray-3;
    }

    &--rounded {
        border-radius: 4px;
    }
}